comparison src/version.c @ 6657:41d50eba0c0f v7.4.653

updated for version 7.4.653 Problem: Insert mode completion with complete() may have CTRL-L work like CTRL-P. Solution: Handle completion with complete() differently. (Yasuhiro Matsumoto, Christian Brabandt, Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Mar 2015 18:08:43 +0100
parents 6c94cedccda4
children 6f1e4b7942c3
comparison
equal deleted inserted replaced
6656:323b32d3a44a 6657:41d50eba0c0f
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 653,
744 /**/ 746 /**/
745 652, 747 652,
746 /**/ 748 /**/
747 651, 749 651,
748 /**/ 750 /**/