diff options
| author | watiko <service@mail.watiko.net> | 2015-11-27 23:56:52 +0900 |
|---|---|---|
| committer | watiko <service@mail.watiko.net> | 2015-11-28 17:22:28 +0900 |
| commit | 119545190c1ec35e1c7b482f593b98d0fc485b6f (patch) | |
| tree | 6a31debeb4826dd8c0e5f758d21ff5db25e66731 /src/nvim/testdir/Makefile | |
| parent | b9139e009f3eb833ab57e73d1ecdbe68752112fe (diff) | |
| download | rneovim-119545190c1ec35e1c7b482f593b98d0fc485b6f.tar.gz rneovim-119545190c1ec35e1c7b482f593b98d0fc485b6f.tar.bz2 rneovim-119545190c1ec35e1c7b482f593b98d0fc485b6f.zip | |
vim-patch:7.4.786
Problem: It is not possible for a plugin to adjust to a changed setting.
Solution: Add the OptionSet autocommand event. (Christian Brabandt)
https://github.com/vim/vim/commit/537443018d41918639695a442c91b34ccec69fc3
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 8c3e99c624..75232ad66a 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -25,6 +25,7 @@ SCRIPTS := test_eval.out \ test83.out \ test88.out \ test_listlbr.out \ + test_autocmd_option.out \ test_breakindent.out \ test_charsearch.out \ test_close_count.out \ |