File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1396,6 +1396,8 @@ TERM_DEPS = \
1396
1396
libvterm/src/utf8.h \
1397
1397
libvterm/src/vterm_internal.h
1398
1398
1399
+ TERM_SRC = libvterm/src/*.c
1400
+
1399
1401
# ## Command to create dependencies based on #include "..."
1400
1402
# ## prototype headers are ignored due to -DPROTO, system
1401
1403
# ## headers #include <...> are ignored if we use the -MM option, as
@@ -2040,7 +2042,7 @@ notags:
2040
2042
# Motif and Athena GUI
2041
2043
# You can ignore error messages for missing files.
2042
2044
tags TAGS : notags
2043
- $(TAGPRG ) $(TAGS_SRC ) $(TAGS_INCL )
2045
+ $(TAGPRG ) $(TAGS_SRC ) $(TAGS_INCL ) $( TERM_SRC ) $( TERM_DEPS )
2044
2046
2045
2047
# Make a highlight file for types. Requires Exuberant ctags and awk
2046
2048
types : types.vim
Original file line number Diff line number Diff line change @@ -766,6 +766,8 @@ static char *(features[]) =
766
766
767
767
static int included_patches [] =
768
768
{ /* Add new patch number below this line */
769
+ /**/
770
+ 1614 ,
769
771
/**/
770
772
1613 ,
771
773
/**/
You can’t perform that action at this time.
0 commit comments