summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-08-25 15:39:55 +0200
committerBram Moolenaar <Bram@vim.org>2015-08-25 15:39:55 +0200
commite68c25c677167bb90ac5ec77038e340c730b6567 (patch)
treeeb0edffe2c9e7476640c4d5d342da5c6d2c9105c /src/version.c
parentbe83b73ddb2ee8297037166d243f72e3423a3ce3 (diff)
patch 7.4.833v7.4.833
Problem: More side effects of ":set all&" are missing. (Björn Linse) Solution: Call didset_options() and add didset_options2() to collect more side effects to take care of. Still not everything...
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 8d1da06c94..0319edb60c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 833,
+/**/
832,
/**/
831,