comparison src/version.c @ 2799:537e0102c0f9 v7.3.175

updated for version 7.3.175 Problem: When 'colorcolumn' is set locally to a window, ":new" opens a window with the same highlighting but 'colorcolumn' is empty. (Tyru) Solution: Call check_colorcolumn() after clearing and copying options. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 05 May 2011 17:32:44 +0200
parents 820f12659c50
children 94f42ae4e4e6
comparison
equal deleted inserted replaced
2798:d46e17710f5e 2799:537e0102c0f9
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 175,
717 /**/ 719 /**/
718 174, 720 174,
719 /**/ 721 /**/
720 173, 722 173,
721 /**/ 723 /**/