comparison src/version.c @ 6018:79950dae1d7d v7.4.349

updated for version 7.4.349 Problem: When there are matches to highlight the whole window is redrawn, which is slow. Solution: Only redraw everything when lines were inserted or deleted. Reset b_mod_xlines when needed. (Alexey Radkov)
author Bram Moolenaar <bram@vim.org>
date Wed, 02 Jul 2014 17:16:58 +0200
parents 0b7586868f6d
children ad005d0114c1
comparison
equal deleted inserted replaced
6017:7be65fcedd0b 6018:79950dae1d7d
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 349,
737 /**/ 739 /**/
738 348, 740 348,
739 /**/ 741 /**/
740 347, 742 347,
741 /**/ 743 /**/