1
0
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:
Bram Moolenaar 2020-04-24 21:21:06 +02:00
parent 65d032c779
commit 7714d7b31f
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
# Argument for running ctags.
TAGS_FILES = \
*.c \
*.cc \
*.cpp \
*.h \
auto/*.c \

View File

@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
630,
/**/
629,
/**/