1
0
forked from aniani/vim

patch 8.1.0084: user name completion does not work on MS-Windows

Problem:    User name completion does not work on MS-Windows.
Solution:   Use NetUserEnum() to get user names. (Yasuhiro Matsumoto)
This commit is contained in:
Bram Moolenaar
2018-06-19 18:58:07 +02:00
parent 8516071124
commit 828c3d7083
5 changed files with 33 additions and 4 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
84,
/**/
83,
/**/