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.
diff --git a/src/testdir/shared.vim b/src/testdir/shared.vim
index a4a7179..1032b45 100644
--- a/src/testdir/shared.vim
+++ b/src/testdir/shared.vim
@@ -272,7 +272,7 @@
   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', '')