commit | e1e714ef0d1f4bb8b1712795e9106e3b4ff4c7bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 31 23:58:24 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 31 23:58:24 2018 +0100 |
tree | a8140991365c6a83af9d501ef7e471dc0c9160d4 | |
parent | 3d631cb0b34b03c7bdf45ad852d3644c7cf62743 [diff] [blame] |
patch 8.1.0671: cursor in the wrong column after auto-formatting Problem: Cursor in the wrong column after auto-formatting. Solution: Check for deleting more spaces than adding. (closes #3748)
diff --git a/src/version.c b/src/version.c index 2226241..3de4461 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 671, +/**/ 670, /**/ 669,