commit | f29a82dcd0914c76f595d475ddac4517371fab2b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 17 15:03:55 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 17 15:03:55 2015 +0100 |
tree | 56510dfbae677368f53d127e5c83438e2ac1a699 | |
parent | 6f62fed349bf829da2adb02619dc9acba13c8ab6 [diff] [blame] |
patch 7.4.974 Problem: When using :diffsplit the cursor jumps to the first line. Solution: Put the cursor on the line related to where the cursor was before the split.
diff --git a/src/version.c b/src/version.c index 5c23005..899e27f 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 974, +/**/ 973, /**/ 972,