commit | 6a12d26f3404e45ce25cf9152857e355b28f392a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 16 19:26:52 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 16 19:26:52 2022 +0100 |
tree | 7866a4154ea9964e8026ac282d9407e20c4df861 | |
parent | d094e580b0873d67c2d30f60c9fd43c9a0044149 [diff] [blame] |
patch 9.0.0774: the libvterm code is outdated Problem: The libvterm code is outdated. Solution: Include libvterm changes from revision 802 to 817. Revert some changes made for C89.
diff --git a/src/libvterm/Makefile b/src/libvterm/Makefile index 2f83e0d..ba4a315 100644 --- a/src/libvterm/Makefile +++ b/src/libvterm/Makefile
@@ -37,7 +37,7 @@ HFILES_INT=$(sort $(wildcard src/*.h)) $(HFILES) VERSION_MAJOR=0 -VERSION_MINOR=2 +VERSION_MINOR=3 VERSION_CURRENT=0 VERSION_REVISION=0