diff options
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index e8ec6d1820..05d14600f8 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -239,9 +239,6 @@ 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. |