comparison 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
comparison
equal deleted inserted replaced
19041:96ab8df8a0d2 19042:4be592d96c20
332 FEATURES = HUGE 332 FEATURES = HUGE
333 !endif 333 !endif
334 334
335 !ifndef CTAGS 335 !ifndef CTAGS
336 # this assumes ctags is Exuberant ctags 336 # this assumes ctags is Exuberant ctags
337 CTAGS = ctags -I INIT+ --fields=+S 337 CTAGS = ctags -I INIT+,INIT2+,INIT3+,INIT4+,INIT5+ --fields=+S
338 !endif 338 !endif
339 339
340 !ifndef CSCOPE 340 !ifndef CSCOPE
341 CSCOPE = yes 341 CSCOPE = yes
342 !endif 342 !endif