]> granicus.if.org Git - vim/commitdiff
patch 8.2.0630: "make tags" does not cover Haiku GUI file v8.2.0630
authorBram Moolenaar <Bram@vim.org>
Fri, 24 Apr 2020 19:21:06 +0000 (21:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 24 Apr 2020 19:21:06 +0000 (21:21 +0200)
Problem:    "make tags" does not cover Haiku GUI file.
Solution:   Add *.cc files.

src/Make_all.mak
src/version.c

index 591350f41348ced23f680569c1e46418332bb1c6..6a6d2fe14eda485156312fca60410f1cf1a6e3ec 100644 (file)
@@ -5,6 +5,7 @@
 # Argument for running ctags.
 TAGS_FILES = \
        *.c \
+       *.cc \
        *.cpp \
        *.h \
        auto/*.c \
index d22750016fa0a72c78688df9c20352a9bfe1f0c2..d2e7451c13d800c9b40dc69d08adb57b261df099 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    630,
 /**/
     629,
 /**/