commit | cee9bc2e3dc5c16a9d2a8d0e23aa0d5fdefa3a4a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 13:02:23 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 11 13:02:23 2019 +0100 |
tree | 3459c3d301a0dfcb6669b6e5aa3b50597ccb0c0e | |
parent | 6f7e555f7440df148350468ad8bc6d559d676d7c [diff] [blame] |
patch 8.1.0716: get warning message when 'completefunc' returns nothing Problem: Get warning message when 'completefunc' returns nothing. Solution: Allow for returning v:none to suppress the warning message. (Yasuhiro Matsumoto, closes #3789)
diff --git a/src/version.c b/src/version.c index eb55daf..9fffc2a 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 716, +/**/ 715, /**/ 714,