commit | adb8fbec4f4059d214fe6acf2485ffd35e803450 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 04 20:34:23 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 04 20:34:23 2018 +0200 |
tree | 6e91c9fd410bb086c611cd0f48cc18d611d1cb91 | |
parent | acb9effecc9f54b93398a44cc0ec40e77978e094 [diff] [blame] |
patch 8.1.0034: cursor not restored with ":edit #" Problem: Cursor not restored with ":edit #". Solution: Don't assume autocommands moved the cursor when it was moved to the first non-blank.
diff --git a/src/version.c b/src/version.c index 52269e7..a3f5c05 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 34, +/**/ 33, /**/ 32,