commit | 32b808a4bdf35b0dea63c735702a591e5869fecd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 21:57:20 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 21:57:20 2016 +0200 |
tree | a7e02f6424d3fd4d9dfab6318cddcc46ace41e05 | |
parent | 67081e50616ae9546621072c5eaaa59bd0a4bed7 [diff] [blame] |
patch 7.4.2014 Problem: Using "noinsert" in 'completeopt' does not insert match. Solution: Set compl_enter_selects. (Shougo, closes #875)
diff --git a/src/version.c b/src/version.c index f1da7b3..86c8c06 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2014, +/**/ 2013, /**/ 2012,