From 01b6bff7e9bc751be20ce7bb68e7ebe3037441de Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 2 May 2024 15:57:21 +0200 Subject: docs: news Set dev_xx.txt help files to use "flow" layout. --- runtime/lua/vim/snippet.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'runtime/lua/vim/snippet.lua') diff --git a/runtime/lua/vim/snippet.lua b/runtime/lua/vim/snippet.lua index 2d95d4203d..3d8f73f362 100644 --- a/runtime/lua/vim/snippet.lua +++ b/runtime/lua/vim/snippet.lua @@ -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 `` to jump while a snippet is active: --- --- ```lua --- vim.keymap.set({ 'i', 's' }, '', function() -- cgit