comparison src/version.c @ 6482:ccb6962585f1 v7.4.569

updated for version 7.4.569 Problem: Having CTRL-C interrupt or not does not check the mode of the mapping. (Ingo Karkat) Solution: Use a bitmask with the map mode. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jan 2015 12:44:41 +0100
parents 747cbac7047b
children 816c584ff174
comparison
equal deleted inserted replaced
6481:2f8c3790366e 6482:ccb6962585f1
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 569,
744 /**/ 746 /**/
745 568, 747 568,
746 /**/ 748 /**/
747 567, 749 567,
748 /**/ 750 /**/