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.
1 parent 49a613f commit b984b80Copy full SHA for b984b80
src/Makefile
@@ -3299,7 +3299,7 @@ objects/channel.o: channel.c
3299
Makefile:
3300
@echo The name of the makefile MUST be "Makefile" (with capital M)!!!!
3301
3302
-CCCTERM = $(CCC) -Ilibvterm/include -DINLINE="" \
+CCCTERM = $(CCC_NF) -Ilibvterm/include $(ALL_CFLAGS) -DINLINE="" \
3303
-DVSNPRINTF=vim_vsnprintf \
3304
-DIS_COMBINING_FUNCTION=utf_iscomposing_uint \
3305
-DWCWIDTH_FUNCTION=utf_uint2cells
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 1098,
774
/**/
775
1097,
776
0 commit comments