mirror of
https://github.com/neovim/neovim.git
synced 2025-11-05 02:04:29 +00:00
Merge pull request #4601 from dbarnett/vim-f913281
vim-patch:f913281 (runtime/doc/)
This commit is contained in:
@@ -770,13 +770,15 @@ OptionSet After setting an option. The pattern is
|
|||||||
it's global or local scoped and |<amatch>|
|
it's global or local scoped and |<amatch>|
|
||||||
indicates what option has been set.
|
indicates what option has been set.
|
||||||
|
|
||||||
Note: It's a bad idea, to reset an option
|
Usage example: Check for the existence of the
|
||||||
during this autocommand, since this will
|
directory in the 'backupdir' and 'undodir'
|
||||||
probably break plugins. You can always use
|
options, create the directory if it doesn't
|
||||||
|:noa| to prevent triggering this autocommand.
|
exist yet.
|
||||||
Could be used, to check for existence of the
|
|
||||||
'backupdir' and 'undodir' options and create
|
Note: It's a bad idea to reset an option
|
||||||
directories, if they don't exist yet.
|
during this autocommand, this may break a
|
||||||
|
plugin. You can always use `:noa` to prevent
|
||||||
|
triggering this autocommand.
|
||||||
|
|
||||||
*QuickFixCmdPre*
|
*QuickFixCmdPre*
|
||||||
QuickFixCmdPre Before a quickfix command is run (|:make|,
|
QuickFixCmdPre Before a quickfix command is run (|:make|,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
*windows.txt* For Vim version 7.4. Last change: 2015 Jan 31
|
*windows.txt* For Vim version 7.4. Last change: 2015 Jul 21
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
|
|||||||
Reference in New Issue
Block a user