commit | 6c5d1043022520512ee36aa1a29662b60af33c95 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 07 16:41:13 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 07 16:41:13 2018 +0200 |
tree | 05f2a6867642e98c43a591cb2c264fdaf86fe514 | |
parent | 1ebff3dc93b6d022ccfe0613c1d1ee2d62fc7935 [diff] [blame] |
patch 8.1.0159: completion for user names does not work for a prefix. Problem: Completion for user names does not work if a prefix is also a full matching name. (Nazri Ramliy) Solution: Accept both full and partial matches. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index c8dde84..e19f35e 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 159, +/**/ 158, /**/ 157,