diff src/Make_mvc.mak @ 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 9a723f1e2d4e
children 23df4b83fd31
line wrap: on
line diff
--- 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