diff options
author | Cezary Drożak <czarek@drozak.net> | 2021-08-09 21:21:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 21:21:14 +0200 |
commit | 33b4513b89949382a3d2f780637f67066721a935 (patch) | |
tree | 5fe95d0708da69271a7cb6e1bc30a163c50d2a82 | |
parent | 3cacd108d086fb947edeb330421954043f463d30 (diff) | |
download | rneovim-33b4513b89949382a3d2f780637f67066721a935.tar.gz rneovim-33b4513b89949382a3d2f780637f67066721a935.tar.bz2 rneovim-33b4513b89949382a3d2f780637f67066721a935.zip |
doc: Document `-complete=lua` option (#15102)
-rw-r--r-- | runtime/doc/map.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 10d503e180..64c0d96aed 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1306,6 +1306,7 @@ completion can be enabled: -complete=highlight highlight groups -complete=history :history suboptions -complete=locale locale names (as output of locale -a) + -complete=lua Lua expression -complete=mapclear buffer argument -complete=mapping mapping name -complete=menu menus |