File tree 2 files changed +5
-6
lines changed 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- *autocmd.txt* For Vim バージョン 8.1. Last change: 2019 Jun 15
1
+ *autocmd.txt* For Vim バージョン 8.1. Last change: 2019 Jun 22
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
Original file line number Diff line number Diff line change 1
- *autocmd.txt* For Vim version 8.1. Last change: 2019 Jun 15
1
+ *autocmd.txt* For Vim version 8.1. Last change: 2019 Jun 22
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -876,14 +876,13 @@ OptionSet After setting an option. The pattern is
876
876
| <amatch> | indicates what option has been set.
877
877
878
878
| v:option_type | indicates whether it's global
879
- or local scoped
879
+ or local scoped.
880
880
| v:option_command | indicates what type of
881
881
set/let command was used (follow the tag to
882
882
see the table).
883
883
| v:option_new | indicates the newly set value.
884
- | v:option_oldlocal | hass the old local value.
885
- | v:option_oldglobal | hass the old global
886
- value
884
+ | v:option_oldlocal | has the old local value.
885
+ | v:option_oldglobal | has the old global value.
887
886
| v:option_old | indicates the old option value.
888
887
889
888
| v:option_oldlocal | is only set when | :set |
You can’t perform that action at this time.
0 commit comments