mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -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:
@@ -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,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user