aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/shared.vim
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-11-22 23:40:03 -0500
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-11-22 23:43:01 -0500
commit7639ccdd0d5033b8e21776df52612842eaba9210 (patch)
tree896e938c40b084c7413307eb2e15d77f2ca1b805 /src/nvim/testdir/shared.vim
parentcb107d28a00c3379dfb17df252c742c87369afcb (diff)
downloadrneovim-7639ccdd0d5033b8e21776df52612842eaba9210.tar.gz
rneovim-7639ccdd0d5033b8e21776df52612842eaba9210.tar.bz2
rneovim-7639ccdd0d5033b8e21776df52612842eaba9210.zip
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. https://github.com/vim/vim/commit/f1699968baf3619a4147b44c891ba4a0985e7656
Diffstat (limited to 'src/nvim/testdir/shared.vim')
-rw-r--r--src/nvim/testdir/shared.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/shared.vim b/src/nvim/testdir/shared.vim
index a5d83d6a25..74fc516d62 100644
--- a/src/nvim/testdir/shared.vim
+++ b/src/nvim/testdir/shared.vim
@@ -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', '')