summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-19 18:18:39 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-19 18:18:39 +0200
commit04f62f881c5743d2fdaf7324f6a715381f0d5fcf (patch)
treef2db897422696463e859521127d9a6878f354efe /src/Makefile
parenta8788f4d0b991f466b607c2c5bc6fd600bc78a97 (diff)
patch 8.0.0736: OptionSet not triggered when entering diff modev8.0.0736
Problem: The OptionSet autocommand event is not triggered when entering diff mode. Solution: use set_option_value() instead of setting the option directly. Change the tests from old to new style. (Christian Brabandt)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 80265fd5b2..ada3dada23 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2088,7 +2088,6 @@ run_message_test: $(MESSAGE_TEST_TARGET)
# Run individual OLD style test, assuming that Vim was already compiled.
test1 \
- test_autocmd_option \
test_autoformat_join \
test_changelist \
test_close_count \