comparison src/version.c @ 2721:417c04135ca2 v7.3.137

updated for version 7.3.137 Problem: When 'lazyredraw' is set the screen may not be updated. (Ivan Krasilnikov) Solution: Call update_screen() before waiting for input.
author Bram Moolenaar <bram@vim.org>
date Thu, 03 Mar 2011 15:04:08 +0100
parents 3adc6dd2d122
children ea399ac2c1b9
comparison
equal deleted inserted replaced
2720:3adc6dd2d122 2721:417c04135ca2
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 137,
717 /**/ 719 /**/
718 136, 720 136,
719 /**/ 721 /**/
720 135, 722 135,
721 /**/ 723 /**/