diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-07-17 17:38:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-07-17 17:38:22 +0200 |
commit | 537443018d41918639695a442c91b34ccec69fc3 (patch) | |
tree | 50cf32c1174d9bf6bc3c577a5245336d5b8b5f71 /src/testdir/Make_ming.mak | |
parent | 34d72d4b6c1a2b04a214d8a49b7d22c97bc7a8bc (diff) | |
download | vim-537443018d41918639695a442c91b34ccec69fc3.zip |
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)
Diffstat (limited to 'src/testdir/Make_ming.mak')
-rw-r--r-- | src/testdir/Make_ming.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak index faa2294c3..2f0012462 100644 --- a/src/testdir/Make_ming.mak +++ b/src/testdir/Make_ming.mak @@ -59,6 +59,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ test105.out test106.out test107.out \ test_argument_0count.out \ test_argument_count.out \ + test_autocmd_option.out \ test_autoformat_join.out \ test_breakindent.out \ test_changelist.out \ |