commit | 3ec326198029d5a59413b3b8b33dbc9c06c4f28b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 15:02:38 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 15:02:38 2015 +0200 |
tree | a0d5847ead9364f345efacc6f830a1b5638aaae9 | |
parent | ae2fe73abc954b8fd3dbd7994daa8e31e6690bd0 [diff] [blame] |
patch 7.4.779 Problem: Using CTRL-A in a line without a number moves the cursor. May cause a crash when at the start of the line. (Urtica Dioica) Solution: Do not move the cursor if no number was changed.
diff --git a/src/version.c b/src/version.c index 016b25c..f90e509 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 779, +/**/ 778, /**/ 777,