summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-07-17 13:42:23 +0200
committerBram Moolenaar <Bram@vim.org>2015-07-17 13:42:23 +0200
commit2cf6938706ebcd20e4b4a6723f5f70568b26b1c6 (patch)
tree3e52e65676a3311003815082a3b3ac3c6c77e01d /src/version.c
parent2536d4f396680f079e2cb96f9787a434846b5ce7 (diff)
downloadvim-git-2cf6938706ebcd20e4b4a6723f5f70568b26b1c6.tar.gz
patch 7.4.784v7.4.784
Problem: Using both "noinsert" and "noselect" in 'completeopt' does not work properly. Solution: Change the ins_complete() calls. (Ozaki Kiichi)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 5a59adde6..4907d68f5 100644
--- 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,