commit | b6be1e2390485ff314022d2b7ce0307e42d7e2a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 18:18:40 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 18:18:40 2015 +0200 |
tree | 825fb32e5957ad9d5e7cb1f1652d2344e40eb6c3 | |
parent | 42a4512f62322fcc12c0071037161d2079d98ba5 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e194707..9a7aa78 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 775, +/**/ 774, /**/ 773,