comparison src/Make_mvc.mak @ 18064:8b4f9be5db73 v8.1.2027

patch 8.1.2027: MS-Windows: problem with ambiwidth characters Commit: https://github.com/vim/vim/commit/57da69816872d53038e8a7e8dd4dc39a31192f0d Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 13 22:30:11 2019 +0200 patch 8.1.2027: MS-Windows: problem with ambiwidth characters Problem: MS-Windows: problem with ambiwidth characters. Solution: handle ambiguous width characters in ConPTY on Windows 10 (1903). (Nobuhiro Takasaki, closes #4411)
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Sep 2019 22:45:04 +0200
parents 88b5c2b4e3d2
children df5778d73320
comparison
equal deleted inserted replaced
18063:168f1eca04a2 18064:8b4f9be5db73
1714 1714
1715 CCCTERM = $(CC) $(CFLAGS) -Ilibvterm/include -DINLINE="" \ 1715 CCCTERM = $(CC) $(CFLAGS) -Ilibvterm/include -DINLINE="" \
1716 -DVSNPRINTF=vim_vsnprintf \ 1716 -DVSNPRINTF=vim_vsnprintf \
1717 -DIS_COMBINING_FUNCTION=utf_iscomposing_uint \ 1717 -DIS_COMBINING_FUNCTION=utf_iscomposing_uint \
1718 -DWCWIDTH_FUNCTION=utf_uint2cells \ 1718 -DWCWIDTH_FUNCTION=utf_uint2cells \
1719 -DGET_SPECIAL_PTY_TYPE_FUNCTION=get_special_pty_type \
1719 -D_CRT_SECURE_NO_WARNINGS 1720 -D_CRT_SECURE_NO_WARNINGS
1720 1721
1721 # Create a default rule for libvterm. 1722 # Create a default rule for libvterm.
1722 {libvterm/src/}.c{$(OUTDIR)/}.obj:: 1723 {libvterm/src/}.c{$(OUTDIR)/}.obj::
1723 $(CCCTERM) -Fo$(OUTDIR)/ $< 1724 $(CCCTERM) -Fo$(OUTDIR)/ $<