comparison src/version.c @ 3421:fb2c5a51dac7 v7.3.476

updated for version 7.3.476 Problem: When selecting a block, using "$" to include the end of each line and using "A" and typing a backspace strange things happen. (Yuangchen Xie) Solution: Avoid using a negative length. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 23 Mar 2012 14:16:23 +0100
parents 36160830a5e8
children 62dc0d69ab11
comparison
equal deleted inserted replaced
3420:74686ae0b181 3421:fb2c5a51dac7
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 476,
717 /**/ 719 /**/
718 475, 720 475,
719 /**/ 721 /**/
720 474, 722 474,
721 /**/ 723 /**/