comparison src/version.c @ 2071:8a0a8f10b43e v7.2.356

updated for version 7.2.356 Problem: When 'foldmethod' is changed not all folds are closed as expected. Solution: In foldUpdate() correct the start position and reset fd_flags when w_foldinvalid is set. (Lech Lorens)
author Bram Moolenaar <bram@zimbu.org>
date Wed, 03 Feb 2010 18:14:49 +0100
parents 4483ee552619
children 5bedef935ce3
comparison
equal deleted inserted replaced
2070:4483ee552619 2071:8a0a8f10b43e
679 NULL 679 NULL
680 }; 680 };
681 681
682 static int included_patches[] = 682 static int included_patches[] =
683 { /* Add new patch number below this line */ 683 { /* Add new patch number below this line */
684 /**/
685 356,
684 /**/ 686 /**/
685 355, 687 355,
686 /**/ 688 /**/
687 354, 689 354,
688 /**/ 690 /**/