mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.0610: MS-Windows ctags file list differs from Unix
Problem: MS-Windows ctags file list differs from Unix. Solution: Define TAGS_FILES in the common makefile. (partly by Ken Takata)
This commit is contained in:
@@ -1270,8 +1270,7 @@ GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h
|
||||
|
||||
|
||||
tags: notags
|
||||
$(CTAGS) *.c *.cpp *.h
|
||||
if exist auto\if_perl.c $(CTAGS) --append=yes auto\if_perl.c
|
||||
$(CTAGS) $(TAGS_FILES)
|
||||
|
||||
notags:
|
||||
- if exist tags del tags
|
||||
|
Reference in New Issue
Block a user