comparison src/version.c @ 6526:5b8d26b85437 v7.4.590

updated for version 7.4.590 Problem: Using ctrl_x_mode as if it contains flags. Solution: Don't use AND with CTRL_X_OMNI. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Thu, 22 Jan 2015 22:40:20 +0100
parents 8ff2d1b611bf
children 7b8e3be930f3
comparison
equal deleted inserted replaced
6525:29ab85b9d093 6526:5b8d26b85437
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 590,
744 /**/ 746 /**/
745 589, 747 589,
746 /**/ 748 /**/
747 588, 749 588,
748 /**/ 750 /**/