We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dec04ee + b984b80 commit 6656c5dCopy full SHA for 6656c5d
src/Makefile
@@ -3325,7 +3325,7 @@ objects/channel.o: channel.c
3325
Makefile:
3326
@echo The name of the makefile MUST be "Makefile" (with capital M)!!!!
3327
3328
-CCCTERM = $(CCC) -Ilibvterm/include -DINLINE="" \
+CCCTERM = $(CCC_NF) -Ilibvterm/include $(ALL_CFLAGS) -DINLINE="" \
3329
-DVSNPRINTF=vim_vsnprintf \
3330
-DIS_COMBINING_FUNCTION=utf_iscomposing_uint \
3331
-DWCWIDTH_FUNCTION=utf_uint2cells
src/version.c
@@ -784,6 +784,8 @@ static char *(features[]) =
784
785
static int included_patches[] =
786
{ /* Add new patch number below this line */
787
+/**/
788
+ 1098,
789
/**/
790
1097,
791
0 commit comments