diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-12-08 10:02:44 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-12-08 10:02:44 +0100 |
| commit | 0508cb652e6ec6c926b8fbaca7c79bdd386252fe (patch) | |
| tree | 2ff308fb639ae03992eaff0fd4b961e4a86526e0 /lua/plugins/textobject-lexer.lua | |
| parent | b33fe9f37d6a9c672650df1c61e897f2582ef563 (diff) | |
| download | vis-0508cb652e6ec6c926b8fbaca7c79bdd386252fe.tar.gz vis-0508cb652e6ec6c926b8fbaca7c79bdd386252fe.tar.xz | |
vis-lua: add optional help parameter to mapping functions
Diffstat (limited to 'lua/plugins/textobject-lexer.lua')
| -rw-r--r-- | lua/plugins/textobject-lexer.lua | 2 |
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") |
