comparison src/version.c @ 6305:b8caf7045e3d v7.4.486

updated for version 7.4.486 Problem: Check for writing to a yank register is wrong. Solution: Negate the check. (Zyx). Also clean up the #ifdefs.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Oct 2014 20:01:58 +0200
parents 7844d92941fd
children 1f9577e9ef1b
comparison
equal deleted inserted replaced
6304:b1826a59f1a8 6305:b8caf7045e3d
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 486,
744 /**/ 746 /**/
745 485, 747 485,
746 /**/ 748 /**/
747 484, 749 484,
748 /**/ 750 /**/