summaryrefslogtreecommitdiffstats
path: root/src/testdir/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-07-17 17:38:22 +0200
committerBram Moolenaar <Bram@vim.org>2015-07-17 17:38:22 +0200
commit537443018d41918639695a442c91b34ccec69fc3 (patch)
tree50cf32c1174d9bf6bc3c577a5245336d5b8b5f71 /src/testdir/Makefile
parent34d72d4b6c1a2b04a214d8a49b7d22c97bc7a8bc (diff)
patch 7.4.786v7.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/Makefile')
-rw-r--r--src/testdir/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index 1a3ff8509d..4d5aea78e6 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -35,6 +35,7 @@ SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.out \
test104.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 \