changeset 19042:4be592d96c20 v8.2.0081

patch 8.2.0081: MS-Windows also need the change to support INIT4() Commit: https://github.com/vim/vim/commit/467c32bd72efea09677f173fef7a3465d9ab7826 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 3 19:12:09 2020 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Jan 2020 19:15:07 +0100
parents 96ab8df8a0d2
children 9c3bd0bafcdc
files src/Make_cyg_ming.mak src/Make_mvc.mak src/version.c
diffstat 3 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/Make_cyg_ming.mak
+++ b/src/Make_cyg_ming.mak
@@ -115,7 +115,7 @@ endif
 
 ifndef CTAGS
 # this assumes ctags is Exuberant ctags
-CTAGS = ctags -I INIT+ --fields=+S
+CTAGS = ctags -I INIT+,INIT2+,INIT3+,INIT4+,INIT5+ --fields=+S
 endif
 
 # Link against the shared version of libstdc++ by default.  Set
--- a/src/Make_mvc.mak
+++ b/src/Make_mvc.mak
@@ -334,7 +334,7 @@ FEATURES = HUGE
 
 !ifndef CTAGS
 # this assumes ctags is Exuberant ctags
-CTAGS = ctags -I INIT+ --fields=+S
+CTAGS = ctags -I INIT+,INIT2+,INIT3+,INIT4+,INIT5+ --fields=+S
 !endif
 
 !ifndef CSCOPE
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    81,
+/**/
     80,
 /**/
     79,