commit | ee8b787bcd15f63a938243770065e704c9b5c85f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 18:46:25 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 18:46:25 2020 +0100 |
tree | e37b80b2ec5d0860baf3afbb6270016c8f4db1cb | |
parent | 79cdf80bed3192add70882bc0aaeede91cc74300 [diff] [blame] |
patch 8.2.2014: using CTRL-O in a prompt buffer moves cursor to start Problem: Using CTRL-O in a prompt buffer moves cursor to start of the line. Solution: Do not move the cursor when restarting edit. (closes #7330)
diff --git a/src/version.c b/src/version.c index 3f5cd79..55dcf0d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2014, +/**/ 2013, /**/ 2012,