commit | fd133323d4e1cc9c0e61c0ce357df4d36ea148e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 29 12:20:27 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 29 12:20:27 2019 +0100 |
tree | db4227029ff088e984484404f690924f7ffa9fe1 | |
parent | 723d165c2fcd9f94af4e8719feda3b70c8f46868 [diff] [blame] |
patch 8.1.1068: cannot get all the information about current completion Problem: Cannot get all the information about current completion. Solution: Add complete_info(). (Shougo, Hirohito Higashi, closes #4106)
diff --git a/src/version.c b/src/version.c index b1d79b9..ff18ac5 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1068, +/**/ 1067, /**/ 1066,