mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
vim-patch:f1dcd14fc5d4 (#23986)
Update runtime files
f1dcd14fc5
:autocmd-block is N/A (Vim9 script)
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
parent
473a216a21
commit
72de8fdeeb
@ -3637,7 +3637,7 @@ getscriptinfo([{opts}]) *getscriptinfo()*
|
||||
name Vim script file name.
|
||||
sid Script ID |<SID>|.
|
||||
variables A dictionary with the script-local variables.
|
||||
Present only when the a particular script is
|
||||
Present only when a particular script is
|
||||
specified using the "sid" item in {opts}.
|
||||
Note that this is a copy, the value of
|
||||
script-local variables cannot be changed using
|
||||
|
@ -5391,7 +5391,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
|
||||
*'shortmess'* *'shm'*
|
||||
'shortmess' 'shm' string (default "filnxtToOCF")
|
||||
global
|
||||
global *E1336*
|
||||
This option helps to avoid all the |hit-enter| prompts caused by file
|
||||
messages, for example with CTRL-G, and to avoid some other messages.
|
||||
It is a list of flags:
|
||||
|
Loading…
Reference in New Issue
Block a user