comparison src/version.c @ 9377:5ec4fbfe38c5 v7.4.1970

commit https://github.com/vim/vim/commit/70e136e1d86ea1d795774824c7b712245912946d Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 1 14:04:51 2016 +0200 patch 7.4.1970 Problem: Using ":insert" in an empty buffer sets the jump mark. (Ingo Karkat) Solution: Don't adjust marks when replacing the empty line in an empty buffer. (closes #892)
author Christian Brabandt <cb@256bit.org>
date Fri, 01 Jul 2016 14:15:06 +0200
parents 1f9172cbfef1
children b398e4e12751
comparison
equal deleted inserted replaced
9376:51f8cb5e7466 9377:5ec4fbfe38c5
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1970,
756 /**/ 758 /**/
757 1969, 759 1969,
758 /**/ 760 /**/
759 1968, 761 1968,
760 /**/ 762 /**/