Fix typo that caused error

This commit is contained in:
Out Of Ideas 2024-05-12 12:36:38 -05:00
parent 885867c68f
commit 1331f69abb
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ vis.events.subscribe(vis.events.INIT, function()
"Move to the next Unicode codepoint") -- gl
vis:map(vis.modes.VISUAL, "gl", fk("<vis-textobject-search-forward>"),
"The next search match in forward direction") - gn
"The next search match in forward direction") -- gn
vis:map(vis.modes.VISUAL, "j", fk("<vis-motion-till-line-right>"),
"Till before the occurrence of character to the right on the current line") -- t