forked from aniani/vim
patch 8.2.0630: "make tags" does not cover Haiku GUI file
Problem: "make tags" does not cover Haiku GUI file. Solution: Add *.cc files.
This commit is contained in:
parent
65d032c779
commit
7714d7b31f
@ -5,6 +5,7 @@
|
||||
# Argument for running ctags.
|
||||
TAGS_FILES = \
|
||||
*.c \
|
||||
*.cc \
|
||||
*.cpp \
|
||||
*.h \
|
||||
auto/*.c \
|
||||
|
@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
630,
|
||||
/**/
|
||||
629,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user