comparison src/version.c @ 2749:f169a51f7ead v7.3.151

updated for version 7.3.151 Problem: When "unnamedplus" is in 'clipboard' the selection is sometimes also copied to the star register. Solution: Avoid copy to the star register when undesired. (James Vega)
author Bram Moolenaar <bram@vim.org>
date Fri, 01 Apr 2011 16:28:38 +0200
parents 6146c9859f65
children 0f7f66682a55
comparison
equal deleted inserted replaced
2748:e5ef158a7e36 2749:f169a51f7ead
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 151,
717 /**/ 719 /**/
718 150, 720 150,
719 /**/ 721 /**/
720 149, 722 149,
721 /**/ 723 /**/