diff src/version.c @ 6931:f587f6857010 v7.4.784

patch 7.4.784 Problem: Using both "noinsert" and "noselect" in 'completeopt' does not work properly. Solution: Change the ins_complete() calls. (Ozaki Kiichi)
author Bram Moolenaar <bram@vim.org>
date Fri, 17 Jul 2015 13:42:23 +0200
parents e55929fca0cf
children 62ba356c2d4e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    784,
+/**/
     783,
 /**/
     782,