Patch 8.2.3732

4 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 3, 2021, 4:18:45 PM12/3/21
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages