comparison src/version.c @ 3740:7de7ef01288d v7.3.629

updated for version 7.3.629 Problem: There is no way to make 'shiftwidth' follow 'tabstop'. Solution: When 'shiftwidth' is zero use the value of 'tabstop'. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 08 Aug 2012 18:01:05 +0200
parents 1ed93878d6e2
children 3416ac23d075
comparison
equal deleted inserted replaced
3739:8f80a615ba03 3740:7de7ef01288d
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 629,
717 /**/ 719 /**/
718 628, 720 628,
719 /**/ 721 /**/
720 627, 722 627,
721 /**/ 723 /**/