diff options
Diffstat (limited to 'vis-motions.c')
| -rw-r--r-- | vis-motions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vis-motions.c b/vis-motions.c index 07090c0..399d51d 100644 --- a/vis-motions.c +++ b/vis-motions.c @@ -174,7 +174,7 @@ static size_t window_nop(Vis *vis, Win *win, size_t pos) { } static size_t bracket_match(Text *txt, size_t pos) { - size_t hit = text_bracket_match_except(txt, pos, "<>\"'`"); + size_t hit = text_bracket_match_symbol(txt, pos, "(){}[]"); if (hit != pos) return hit; char current; |
