commit | c73e4474b1f1b5b18a8d504eec5305e0c77981f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 18:33:38 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 29 18:33:38 2016 +0200 |
tree | 7ccf28d6938c39cf6660016ea1bbaaaf432e3c64 | |
parent | b9a46fec3e79d1fc8c406084a41733c647a5e535 [diff] [blame] |
patch 7.4.2116 Problem: The default vimrc for Windows is very conservative. Solution: Use the defaults.vim in the Windows installer.
diff --git a/src/version.c b/src/version.c index 37aa255..f797f41 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2116, +/**/ 2115, /**/ 2114,