]> granicus.if.org Git - vim/commitdiff
patch 8.2.0081: MS-Windows also need the change to support INIT4() v8.2.0081
authorBram Moolenaar <Bram@vim.org>
Fri, 3 Jan 2020 18:12:09 +0000 (19:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 3 Jan 2020 18:12:09 +0000 (19:12 +0100)
Problem:    MS-Windows also need the change to support INIT4().
Solution:   Add the ctags arguments. (Ken Takata)

src/Make_cyg_ming.mak
src/Make_mvc.mak
src/version.c

index 32fa35cc77b6526734548d1d765a462803f3e97d..3c878cbfb63b8191f2faac06fcea2ad2b512847f 100644 (file)
@@ -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
index 2718a05b7ca47dcc8c854a0c0c5e8c187aa07563..8694f7496a0bcf99dd27631be73f68b73b26d1cc 100644 (file)
@@ -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
index 626c38293776f5aafc17d86c4630f25796e82f85..cff754f28dc409de7e7689d7b842212d9716ee11 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    81,
 /**/
     80,
 /**/