mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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.
|
# 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,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user