commit | e92246039475e504d7a05c27c81997d3700c7862 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 26 15:29:47 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 26 15:29:47 2017 +0200 |
tree | 6de70924484f8697336c37cad748e18c32f547cf | |
parent | 833e0e3c8ccd6047dd596c4ffd68cb0ab13b4e41 [diff] [blame] |
patch 8.0.0997 Problem: Libvterm and Terminal.app not regognized from termresponse. Solution: Adjust string compare.
diff --git a/src/version.c b/src/version.c index 430ac8b..d2f728a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 997, +/**/ 996, /**/ 995,