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:
@@ -5,6 +5,7 @@
|
|||||||
# Argument for running ctags.
|
# Argument for running ctags.
|
||||||
TAGS_FILES = \
|
TAGS_FILES = \
|
||||||
*.c \
|
*.c \
|
||||||
|
*.cc \
|
||||||
*.cpp \
|
*.cpp \
|
||||||
*.h \
|
*.h \
|
||||||
auto/*.c \
|
auto/*.c \
|
||||||
|
@@ -746,6 +746,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
630,
|
||||||
/**/
|
/**/
|
||||||
629,
|
629,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user