commit | ceb56ddbafbca01e52ff4291d9480bf83d739793 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 14 22:24:40 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 14 22:24:40 2020 +0200 |
tree | e78767f78d602de4f5c5a70b2b373cfdff974eda | |
parent | 297bec07311e512ef625a48b0af8bdca8118f131 [diff] |
patch 8.2.1214: MS-Windows: default _vimrc not correct in silent install mode Problem: MS-Windows: default _vimrc not correct in silent install mode. Solution: Add the LoadDefaultVimrc macro. (Ken Takata, closes #6451)
diff --git a/src/version.c b/src/version.c index 3a7067f..4727aeb 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1214, +/**/ 1213, /**/ 1212,