Chr. von Stuckrad wrote: > On Sun, 02 Sep 2018, Dominique Pellé wrote: > > X can be used without any gui i.e. when configuring > > with --enable-gui=none as X can be used for copy/paste. > > OK, I see. > > > So I suppose that user name "stucki" is not shown > > eithe when doing this from the shell: > > > > $ getent passwd > > > > But it is shown when doing: > > > > $ getenv passwd stucki > > > > Can you confirm? > > YES! Definitive so. I did not try that way. > > > It looks like we could improve function init_users() in > > misc1.c by adding an entry for getpwnam(name) > > where name is the value of the env variable $USER, > > in case it's not already found by getpwent(). > > In my case it would help.
Hi Stucki Can you check whether the patch in the following pull request fixes your issue regarding the failing test Test_cmdline_complete_user_names() when $USER is a remote user name i.e. the remote user name "stucki" not listed in your local /etc/passwd file? See pull request and corresponding patch at: https://github.com/vim/vim/pull/3407 https://patch-diff.githubusercontent.com/raw/vim/vim/pull/3407.patch Thanks Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
