commit | 618d6d277e7b64ea03fcefdd75d673e8973b46c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 07 12:59:25 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 07 12:59:25 2017 +0200 |
tree | 61037389d47d86419019e6ca12dec9a230bba718 | |
parent | e723c42836d971180d1bf9f98916966c5543fff1 [diff] [blame] |
patch 8.0.1068: vandyke SecureCRT terminal can't handle cursor mode request Problem: Vandyke SecureCRT terminal can't handle cursor mode request. (Steven Hartland) Solution: Fix pointer computation. (closes #2008)
diff --git a/src/version.c b/src/version.c index 2ce3d26..7ba7232 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1068, +/**/ 1067, /**/ 1066,