diff options
author | ZyX <kp-pav@yandex.ru> | 2017-01-29 20:02:46 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-03-27 00:12:42 +0300 |
commit | 09fe6185b7b2c1f1379ff4add9f3f4da79a7b043 (patch) | |
tree | b862628247da1ce6e49f927d00ab81635b3c4153 /runtime/doc/index.txt | |
parent | dcb992ab3759b604c1824913002714a018be0532 (diff) | |
download | rneovim-09fe6185b7b2c1f1379ff4add9f3f4da79a7b043.tar.gz rneovim-09fe6185b7b2c1f1379ff4add9f3f4da79a7b043.tar.bz2 rneovim-09fe6185b7b2c1f1379ff4add9f3f4da79a7b043.zip |
doc: Enhance documentation
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r-- | runtime/doc/index.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index bab15bcbb6..a1df0a265d 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1339,6 +1339,9 @@ tag command action ~ |:ltag| :lt[ag] jump to tag and add matching tags to the location list |:lunmap| :lu[nmap] like ":unmap!" but includes Lang-Arg mode +|:lua| :lua execute Lua command +|:luado| :luad[o] execute Lua command for each line +|:luafile| :luaf[ile] execute Lua script file |:lvimgrep| :lv[imgrep] search for pattern in files |:lvimgrepadd| :lvimgrepa[dd] like :vimgrep, but append to current list |:lwindow| :lw[indow] open or close location window |