commit | db1085a5630ffdaa2e9f342c06cc739ebdf1a99a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 18 20:41:38 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 18 20:41:38 2019 +0200 |
tree | d72b91e375b1b8bb2a246468669b9e69465ad08f | |
parent | f0bc15c769b60f472d411b3ef98d57db510113c1 [diff] [blame] |
patch 8.1.1885: comments in libvterm are inconsistent Problem: Comments in libvterm are inconsistent. Solution: Use // comments. Als update the table of combining characters.
diff --git a/src/version.c b/src/version.c index 85d47c6..2f032e8 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1885, +/**/ 1884, /**/ 1883,