Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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)
- Loading branch information
Showing
with
5 additions
and 2 deletions.
- +1 −1 src/ex_docmd.c
- +2 −1 src/misc1.c
- +2 −0 src/version.c