Patch 8.2.3732 (after 8.2.3731)
Problem: "set! termcap" test fails.
Solution: Account for keys without a t_xx entry.
Files: src/testdir/test_set.vim
*** ../vim-8.2.3731/src/testdir/test_set.vim 2021-12-03 20:43:20.088234242
+0000
--- src/testdir/test_set.vim 2021-12-03 21:17:17.731893754 +0000
***************
*** 62,68 ****
endfor
call assert_true(keys_idx < len(lines))
" three columns
! call assert_match('t_.. .*t_.. .*t_.. ', lines[keys_idx + 1])
let more_lines = split(execute('set! termcap'), "\n")
for i in range(len(more_lines))
--- 62,68 ----
endfor
call assert_true(keys_idx < len(lines))
" three columns
! call assert_match('<[^>]*> .*<[^>]*> .*<[^>]*> ', lines[keys_idx + 1])
let more_lines = split(execute('set! termcap'), "\n")
for i in range(len(more_lines))
*** ../vim-8.2.3731/src/version.c 2021-12-03 20:43:20.088234242 +0000
--- src/version.c 2021-12-03 21:18:02.796072972 +0000
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 3732,
/**/
--
The only way the average employee can speak to an executive is by taking a
second job as a golf caddie.
(Scott Adams - The Dilbert principle)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20211203211839.367481C28E2%40moolenaar.net.