comparison src/version.c @ 3252:80c529a5650f v7.3.395

updated for version 7.3.395 Problem: "dv?bar" in the last line deletes too much and breaks undo. Solution: Only adjust the cursor position when it's after the last line of the buffer. Add a test. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 10 Jan 2012 13:44:27 +0100
parents 927c7377cf49
children 2f075595590f
comparison
equal deleted inserted replaced
3251:310d4e1c7026 3252:80c529a5650f
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 395,
717 /**/ 719 /**/
718 394, 720 394,
719 /**/ 721 /**/
720 393, 722 393,
721 /**/ 723 /**/