diff src/version.c @ 7338:96d5dd9e7bc9 v7.4.974

commit https://github.com/vim/vim/commit/f29a82dcd0914c76f595d475ddac4517371fab2b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 17 15:03:55 2015 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Thu, 17 Dec 2015 15:15:06 +0100
parents 4c5f53a60543
children 645abb8d8daf
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    974,
+/**/
     973,
 /**/
     972,