summaryrefslogtreecommitdiffstats
path: root/src/version.c
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/version.c
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/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 5373e706e4..d5e383efd1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 736,
+/**/
735,
/**/
734,