aboutsummaryrefslogtreecommitdiff
path: root/vis-lua.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis-lua.c')
-rw-r--r--vis-lua.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis-lua.c b/vis-lua.c
index 3c998e7..83052e9 100644
--- a/vis-lua.c
+++ b/vis-lua.c
@@ -2703,6 +2703,7 @@ void vis_lua_init(Vis *vis) {
const char *name;
} textobjects[] = {
{ VIS_TEXTOBJECT_INNER_WORD, "text_object_word" },
+ { VIS_TEXTOBJECT_INNER_LONGWORD, "text_object_longword" },
};
for (size_t i = 0; i < LENGTH(textobjects); i++) {