mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
docs: news
Set dev_xx.txt help files to use "flow" layout.
This commit is contained in:
@@ -532,10 +532,9 @@ end
|
||||
|
||||
--- @alias vim.snippet.Direction -1 | 1
|
||||
|
||||
--- Jumps within the active snippet in the given direction.
|
||||
--- If the jump isn't possible, the function call does nothing.
|
||||
--- Jumps to the next (or previous) placeholder in the current snippet, if possible.
|
||||
---
|
||||
--- You can use this function to navigate a snippet as follows:
|
||||
--- For example, map `<Tab>` to jump while a snippet is active:
|
||||
---
|
||||
--- ```lua
|
||||
--- vim.keymap.set({ 'i', 's' }, '<Tab>', function()
|
||||
|
Reference in New Issue
Block a user