mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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.
|
name Vim script file name.
|
||||||
sid Script ID |<SID>|.
|
sid Script ID |<SID>|.
|
||||||
variables A dictionary with the script-local variables.
|
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}.
|
specified using the "sid" item in {opts}.
|
||||||
Note that this is a copy, the value of
|
Note that this is a copy, the value of
|
||||||
script-local variables cannot be changed using
|
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'*
|
||||||
'shortmess' 'shm' string (default "filnxtToOCF")
|
'shortmess' 'shm' string (default "filnxtToOCF")
|
||||||
global
|
global *E1336*
|
||||||
This option helps to avoid all the |hit-enter| prompts caused by file
|
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.
|
messages, for example with CTRL-G, and to avoid some other messages.
|
||||||
It is a list of flags:
|
It is a list of flags:
|
||||||
|
Loading…
Reference in New Issue
Block a user