Patch 8.2.2610
Problem: Mouse click test fails when using remote connection.
Solution: Use a larger 'mousetime'. (Dominique Pellé, closes #7968)
Files: src/testdir/test_selectmode.vim
*** ../vim-8.2.2609/src/testdir/test_selectmode.vim 2020-06-20
16:05:29.016185239 +0200
--- src/testdir/test_selectmode.vim 2021-03-16 21:08:38.602798812 +0100
***************
*** 165,171 ****
let save_term = &term
let save_ttymouse = &ttymouse
call test_override('no_query_mouse', 1)
! set mouse=a term=xterm mousetime=200
set selectmode=mouse
new
--- 165,174 ----
let save_term = &term
let save_ttymouse = &ttymouse
call test_override('no_query_mouse', 1)
!
! " 'mousetime' must be sufficiently large, or else the test is flaky when
! " using a ssh connection with X forwarding; i.e. ssh -X.
! set mouse=a term=xterm mousetime=1000
set selectmode=mouse
new
*** ../vim-8.2.2609/src/version.c 2021-03-16 13:23:26.972508898 +0100
--- src/version.c 2021-03-16 21:10:11.678551157 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2610,
/**/
--
If the Universe is constantly expanding, why can't I ever find a parking space?
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202103162017.12GKHwo5828500%40masaka.moolenaar.net.