Patch 8.2.2249
Problem: Termcodes test is flaky when used over ssh with X forwarding.
Solution: Set 'mousetime' to a larger value. (Dominique Pellé, closes #7576,
closes #7563)
Files: src/testdir/test_termcodes.vim
*** ../vim-8.2.2248/src/testdir/test_termcodes.vim 2020-12-03
19:54:38.181924268 +0100
--- src/testdir/test_termcodes.vim 2020-12-30 14:57:08.303818699 +0100
***************
*** 851,857 ****
let save_term = &term
let save_ttymouse = &ttymouse
call test_override('no_query_mouse', 1)
! set mouse=a term=xterm mousetime=200
new
for ttymouse_val in g:Ttymouse_values + g:Ttymouse_dec
--- 851,860 ----
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 (issue #7563).
! set mouse=a term=xterm mousetime=600
new
for ttymouse_val in g:Ttymouse_values + g:Ttymouse_dec
*** ../vim-8.2.2248/src/version.c 2020-12-30 14:08:30.908689169 +0100
--- src/version.c 2020-12-30 14:55:19.864239773 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2249,
/**/
--
hundred-and-one symptoms of being an internet addict:
44. Your friends no longer send you e-mail...they just log on to your IRC
channel.
/// 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/202012301402.0BUE2L1B938932%40masaka.moolenaar.net.