diff options
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/insert.txt | 5 | ||||
| -rw-r--r-- | runtime/doc/news.txt | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index 06f1a4e73d..8072b41466 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1502,6 +1502,11 @@ both major engines implemented element, even if this is not in standards it will be suggested. All other elements are not placed in suggestion list. +LUA *ft-lua-omni* + +Lua |ftplugin| sets 'omnifunc' to |vim.lua_omnifunc()|. + + PHP *ft-php-omni* Completion of PHP code requires a tags file for completion of data from diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 05d14600f8..e8ec6d1820 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -239,6 +239,9 @@ DEFAULTS • |[b|, |]b|, |[B|, |]B| navigate through the |buffer-list| • |[<Space>|, |]<Space>| add an empty line above and below the cursor +• Options: + • Lua |ftplugin| sets |'omnifunc'| to `"v:lua.vim.lua_omnifunc"`. + • Snippet: • `<Tab>` in Insert and Select mode maps to `vim.snippet.jump({ direction = 1 })` when a snippet is active and jumpable forwards. |