commit | 662d93866636995c0564d974e554f96e76fb2dd9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 31 22:56:24 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 31 22:56:24 2017 +0200 |
tree | e50bbba13c28b118477e3fcbaa6d0a02dfa2dc63 | |
parent | 3633cf5201e914cc802fd2f813fa87bc959ffaec [diff] [blame] |
patch 8.0.0826: cannot use text objects in Terminal mode Problem: Cannot use text objects in Terminal mode. Solution: Check for pending operator and Visual mode first. (Yasuhiro Matsumoto, closes #1906)
diff --git a/src/version.c b/src/version.c index b2dfaa3..014dab6 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 826, +/**/ 825, /**/ 824,