commit | e68c25c677167bb90ac5ec77038e340c730b6567 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 15:39:55 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 15:39:55 2015 +0200 |
tree | eb0edffe2c9e7476640c4d5d342da5c6d2c9105c | |
parent | be83b73ddb2ee8297037166d243f72e3423a3ce3 [diff] [blame] |
patch 7.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...
diff --git a/src/version.c b/src/version.c index 8d1da06..0319edb 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 833, +/**/ 832, /**/ 831,