diff src/libvterm/Makefile @ 20443:e02d45e302a2 v8.2.0776

patch 8.2.0776: libvterm code lags behind the upstream version Commit: https://github.com/vim/vim/commit/e178ba36546ec7805020280910306331f1ef4ed0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 17 14:59:47 2020 +0200 patch 8.2.0776: libvterm code lags behind the upstream version Problem: Libvterm code lags behind the upstream version. Solution: Include revision 719.
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 May 2020 15:00:04 +0200
parents 3cd05af56fd1
children 89fade12827d
line wrap: on
line diff
--- a/src/libvterm/Makefile
+++ b/src/libvterm/Makefile
@@ -66,6 +66,9 @@ src/%.lo: src/%.c $(HFILES_INT)
 src/encoding/%.inc: src/encoding/%.tbl
 	perl -CSD tbl2inc_c.pl $< >$@
 
+src/fullwidth.inc:
+	@perl find-wide-chars.pl >$@
+
 src/encoding.lo: $(INCFILES)
 
 bin/%: bin/%.c $(LIBRARY)