commit | 467c32bd72efea09677f173fef7a3465d9ab7826 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 03 19:12:09 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 03 19:12:09 2020 +0100 |
tree | 79ffa55d7be530b5acdb20679c4261fb5ed086e6 | |
parent | 509ff0688df557155feb7312a0129428eb5d8fc1 [diff] [blame] |
patch 8.2.0081: MS-Windows also need the change to support INIT4() Problem: MS-Windows also need the change to support INIT4(). Solution: Add the ctags arguments. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 626c382..cff754f 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 81, +/**/ 80, /**/ 79,