summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-17 20:52:45 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-17 20:52:45 +0200
commitc4c9f7e43e7229c78919a5618003ce8aac3e1785 (patch)
tree14762fba1482375785517d5f23871b0abdf7a078 /src/Makefile
parentdf1643a6a7886b9363c2a98438e61cbe1c803d41 (diff)
patch 8.2.0783: libvterm code lags behind the upstream versionv8.2.0783
Problem: Libvterm code lags behind the upstream version. Solution: Include revisions 728 - 729.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 7c2934aea3..ad8f241de7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -3537,6 +3537,7 @@ Makefile:
# prefix vterm_ to avoid name clashes.
CCCTERM = $(CCC_NF) $(VTERM_CFLAGS) $(ALL_CFLAGS) -DINLINE="" \
-DVSNPRINTF=vim_vsnprintf \
+ -DSNPRINTF=vim_snprintf \
-DIS_COMBINING_FUNCTION=utf_iscomposing_uint \
-DWCWIDTH_FUNCTION=utf_uint2cells