aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/news.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r--runtime/doc/news.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 2d4017e3c4..b5ba2921e6 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -85,6 +85,12 @@ DEFAULTS
- |gra| in Normal and Visual mode maps to |vim.lsp.buf.code_action()|
- CTRL-S in Insert mode maps to |vim.lsp.buf.signature_help()|
+• Snippet:
+ - `<Tab>` in Insert and Select mode maps to |vim.snippet.jump({ direction = 1 })|
+ when a snippet is active and jumpable forwards.
+ - `<S-Tab>` in Insert and Select mode maps to |vim.snippet.jump({ direction = -1 })|
+ when a snippet is active and jumpable backwards.
+
EDITOR
* On Windows, filename arguments on the command-line prefixed with "~\" or
@@ -97,7 +103,8 @@ EVENTS
LSP
-• TODO
+• Completion side effects (including snippet expansion, execution of commands
+ and application of additional text edits) is now built-in.
LUA