> Hi
>
> Attached patch fixes the following item in in ":help todo":
>
> ===================================================
> ":e ~br<Tab>" does not complete to ":e /home/bram/". Would need to use
> getpwent() to find all the matches.
> ===================================================
Sorry. I noticed an inconsistency in my patch
between ":help command-complete" which
indicated the option "-complete=user" and
the code which expected "-complete users".
I fixed it in this new updated attached patch.
Regards
-- Dominique
> Hi
>
> Attached patch fixes the following item in in ":help todo":
>
> ======================================================
> ":e ~br<Tab>" does not complete to ":e /home/bram/". Would need to use
> getpwent() to find all the matches.
> ======================================================
My previous patch was missing src/vim.h and src/auto/configure.
So here is yet another update of the patch.
Regards
-- Dominique