Skip to content

Commit 6656c5d

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents dec04ee + b984b80 commit 6656c5d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3325,7 +3325,7 @@ objects/channel.o: channel.c
33253325
Makefile:
33263326
@echo The name of the makefile MUST be "Makefile" (with capital M)!!!!
33273327

3328-
CCCTERM = $(CCC) -Ilibvterm/include -DINLINE="" \
3328+
CCCTERM = $(CCC_NF) -Ilibvterm/include $(ALL_CFLAGS) -DINLINE="" \
33293329
-DVSNPRINTF=vim_vsnprintf \
33303330
-DIS_COMBINING_FUNCTION=utf_iscomposing_uint \
33313331
-DWCWIDTH_FUNCTION=utf_uint2cells

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,8 @@ static char *(features[]) =
784784

785785
static int included_patches[] =
786786
{ /* Add new patch number below this line */
787+
/**/
788+
1098,
787789
/**/
788790
1097,
789791
/**/

0 commit comments

Comments
 (0)