summaryrefslogtreecommitdiffstats
path: root/src/testdir/shared.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-31 17:48:19 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-31 17:48:19 +0200
commitf1699968baf3619a4147b44c891ba4a0985e7656 (patch)
treef3e4fed317ae16c6d499feb6319b25c3eae7066f /src/testdir/shared.vim
parent06fe74aef72606ac34c9f494186e52614b8fb59a (diff)
patch 8.1.1951: mouse double click test is a bit flakyv8.1.1951
Problem: Mouse double click test is a bit flaky. Solution: Add to list of flaky tests. Update a couple of comments.
Diffstat (limited to 'src/testdir/shared.vim')
-rw-r--r--src/testdir/shared.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/shared.vim b/src/testdir/shared.vim
index a4a7179de4..1032b45a35 100644
--- a/src/testdir/shared.vim
+++ b/src/testdir/shared.vim
@@ -272,7 +272,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', '')