Function Test_cmdline_complete_user_cmd, defined in testdir/test_cmdline.vim, is designed to test username completion. On Windows, this test uses "Administrator" for this purpose. However, if there is another username that begins with "A", e.g. ASPNET, the test will fail. It will fail because CTRL-A inserts all names that match the pattern. In this case "~ASPNET Administrator" is inserted and the test fails.
Fixing this appears to be involved so I have not provided a patch. -mike -- -- 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.
