docs: news

Set dev_xx.txt help files to use "flow" layout.
This commit is contained in:
Justin M. Keyes
2024-05-02 15:57:21 +02:00
parent cdd87222c8
commit 01b6bff7e9
18 changed files with 484 additions and 553 deletions

View File

@@ -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()