vim-patch:8.1.1951: mouse double click test is a bit flaky

Problem:    Mouse double click test is a bit flaky.
Solution:   Add to list of flaky tests.  Update a couple of comments.
f1699968ba
This commit is contained in:
Jan Edmund Lazo
2019-11-22 23:40:03 -05:00
parent cb107d28a0
commit 7639ccdd0d
3 changed files with 3 additions and 2 deletions

View File

@@ -279,7 +279,7 @@ func GetVimCommand(...)
return cmd
endfunc
" Get the command to run Vim, with --clean.
" Get the command to run Vim, with --clean instead of "-u NONE".
func GetVimCommandClean()
let cmd = GetVimCommand()
let cmd = substitute(cmd, '-u NONE', '--clean', '')