diff options
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 7ca9996e15..4b36a7d4ec 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -778,11 +778,10 @@ OptionSet After setting an option (except during This does not set |<abuf>|, you could use |bufnr()|. - Note that when setting a |global-local| string - option with |:set|, then |v:option_old| is the - old global value. However, for all other kinds - of options (local string options, global-local - number options, ...) it is the old local + Note that when setting a |global-local| option + with |:set|, then |v:option_old| is the old + global value. However, for all options that + are not global-local it is the old local value. OptionSet is not triggered on startup and for |