comparison src/version.c @ 6911:e09a7ff88046 v7.4.775

patch 7.4.775 Problem: It is not possible to avoid using the first item of completion. Solution: Add the "noinsert" and "noselect" values to 'completeopt'. (Shougo Matsu)
author Bram Moolenaar <bram@vim.org>
date Fri, 10 Jul 2015 18:18:40 +0200
parents 676906c33768
children 94b179585851
comparison
equal deleted inserted replaced
6910:99ed155b08c7 6911:e09a7ff88046
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 775,
744 /**/ 746 /**/
745 774, 747 774,
746 /**/ 748 /**/
747 773, 749 773,
748 /**/ 750 /**/