Problem: User completion test can fail on MS-Windows.
Solution: Allow for other names befor "Administrator".
let names = system('net user')
if names =~ 'Administrator'
" Trying completion of :e ~A should complete to Administrator.
+ " There could be other names starting with "A" before Administrator.
call feedkeys(':e ~A' . "\<c-a>\<c-B>\"\<cr>", 'tx')
- call assert_match('^"e \~Administrator', @:)
+ call assert_match('^"e \~.*Administrator', @:)
endif
endif
endfunc
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 836,
/**/
835,
/**/