To: vim_dev@googlegroups.com Subject: Patch 8.1.2118 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2118 Problem: Termcodes test fails when $TERM is "dumb". Solution: Skip the test. (James McCoy, closes #5019) Files: src/testdir/test_termcodes.vim *** ../vim-8.1.2117/src/testdir/test_termcodes.vim 2019-10-01 14:19:04.101173145 +0200 --- src/testdir/test_termcodes.vim 2019-10-06 11:55:03.684695815 +0200 *************** *** 798,804 **** endfunc func Test_get_termcode() ! let k1 = &t_k1 set t_k1= set t_k1& call assert_equal(k1, &t_k1) --- 798,808 ---- endfunc func Test_get_termcode() ! try ! let k1 = &t_k1 ! catch /E113/ ! throw 'Skipped: Unable to query termcodes' ! endtry set t_k1= set t_k1& call assert_equal(k1, &t_k1) *** ../vim-8.1.2117/src/version.c 2019-10-05 21:57:07.283725593 +0200 --- src/version.c 2019-10-06 11:57:38.500802232 +0200 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 2118, /**/ -- TIM: Too late. ARTHUR: What? TIM: There he is! [They all turn, and see a large white RABBIT lollop a few yards out of the cave. Accompanied by terrifying chord and jarring metallic monster noise.] "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// Bram Moolenaar -- Bram@Moolenaar.net -- 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 ///