commit | 465e8b5985908596261cef9d671024ed8ded1ce3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 20:42:28 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 20:42:28 2019 +0100 |
tree | 907001f31f1e0bd65bd2b61ed6fd4c505a4ce5c0 | |
parent | 46fd6bf2b6395f5850905525fa763803a14b093d [diff] [blame] |
patch 8.1.0725: conceal mode is not completely tested Problem: Conceal mode is not completely tested. Solution: Add tests for moving the cursor in Insert mode.
diff --git a/src/version.c b/src/version.c index 50b3263..743712d 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 725, +/**/ 724, /**/ 723,