aboutsummaryrefslogtreecommitdiff
path: root/text-objects.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-objects.c')
-rw-r--r--text-objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-objects.c b/text-objects.c
index d7e806f..69dbb46 100644
--- a/text-objects.c
+++ b/text-objects.c
@@ -324,7 +324,7 @@ Filerange text_object_number(Text *txt, size_t pos) {
static int is_filename_boundary(int c) {
switch (c) {
case ';': case ':': case '|':
- case '"': case '\'':
+ case '"': case '\'': case '`':
case '<': case '>':
return true;
default: