comparison src/version.c @ 2821:3d1a3aa0240c v7.3.186

updated for version 7.3.186 Problem: When 'clipboard' contains "unnamed" or "unnamedplus" the value of v:register is wrong for operators without a specific register. Solution: Adjust the register according to 'clipboard'. (Ingo Karkat)
author Bram Moolenaar <bram@vim.org>
date Tue, 10 May 2011 16:12:45 +0200
parents 9c8dffc62a41
children 8bd38abda314
comparison
equal deleted inserted replaced
2820:08bc59a4a914 2821:3d1a3aa0240c
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 186,
717 /**/ 719 /**/
718 185, 720 185,
719 /**/ 721 /**/
720 184, 722 184,
721 /**/ 723 /**/