aboutsummaryrefslogtreecommitdiff
path: root/text-motions.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-motions.c')
-rw-r--r--text-motions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/text-motions.c b/text-motions.c
index 090e727..2b9cf8c 100644
--- a/text-motions.c
+++ b/text-motions.c
@@ -243,6 +243,7 @@ size_t text_bracket_match(Text *txt, size_t pos) {
case '<': search = '>'; direction = 1; break;
case '>': search = '<'; direction = -1; break;
case '"':
+ case '`':
case '\'': {
char special[] = " \n)}]>.,";
search = current;