comparison src/version.c @ 6116:7766142fc7d3 v7.4.396

updated for version 7.4.396 Problem: When 'clipboard' is "unnamed", :g/pat/d is very slow. (Praful) Solution: Only set the clipboard after the last delete. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Aug 2014 18:17:11 +0200
parents 65b0974c5beb
children 8d361608fe86
comparison
equal deleted inserted replaced
6115:fe7b9f6ad226 6116:7766142fc7d3
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 396,
744 /**/ 746 /**/
745 395, 747 395,
746 /**/ 748 /**/
747 394, 749 394,
748 /**/ 750 /**/