aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-12-08 10:02:44 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-12-08 10:02:44 +0100
commit0508cb652e6ec6c926b8fbaca7c79bdd386252fe (patch)
tree2ff308fb639ae03992eaff0fd4b961e4a86526e0 /lua/plugins
parentb33fe9f37d6a9c672650df1c61e897f2582ef563 (diff)
downloadvis-0508cb652e6ec6c926b8fbaca7c79bdd386252fe.tar.gz
vis-0508cb652e6ec6c926b8fbaca7c79bdd386252fe.tar.xz
vis-lua: add optional help parameter to mapping functions
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/textobject-lexer.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/textobject-lexer.lua b/lua/plugins/textobject-lexer.lua
index a995083..4837935 100644
--- a/lua/plugins/textobject-lexer.lua
+++ b/lua/plugins/textobject-lexer.lua
@@ -31,4 +31,4 @@ vis:textobject_new("ii", function(win, pos)
end
return pos, pos
-end)
+end, "Current lexer token")