Skip to content

Commit 8d1d2d0

Browse files
authored
Merge pull request #616 from kazukazuinaina/update_autocmd_jax
updated autocmd.jax and autocmd.txt
2 parents 459d47c + bf94ef8 commit 8d1d2d0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

doc/autocmd.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*autocmd.txt* For Vim バージョン 8.1. Last change: 2019 Jun 15
1+
*autocmd.txt* For Vim バージョン 8.1. Last change: 2019 Jun 22
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

en/autocmd.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -876,14 +876,13 @@ OptionSet After setting an option. The pattern is
876876
|<amatch>| indicates what option has been set.
877877

878878
|v:option_type| indicates whether it's global
879-
or local scoped
879+
or local scoped.
880880
|v:option_command| indicates what type of
881881
set/let command was used (follow the tag to
882882
see the table).
883883
|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.
887886
|v:option_old| indicates the old option value.
888887

889888
|v:option_oldlocal| is only set when |:set|

0 commit comments

Comments
 (0)