To: vim_dev@googlegroups.com Subject: Patch 8.2.4493 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4493 (after 8.2.4492) Problem: Options test fails in the GUI. Solution: Do not save and restore 'term'. Files: src/testdir/gen_opt_test.vim *** ../vim-8.2.4492/src/testdir/gen_opt_test.vim 2022-02-24 13:28:36.570222354 +0000 --- src/testdir/gen_opt_test.vim 2022-03-02 20:10:06.201556405 +0000 *************** *** 15,21 **** \ '', \ 'let save_columns = &columns', \ 'let save_lines = &lines', - \ 'let save_term = &term', \ 'set t_WS=', \ ] --- 15,20 ---- *************** *** 224,230 **** endif endwhile - call add(script, 'let &term = save_term') call add(script, 'let &columns = save_columns') call add(script, 'let &lines = save_lines') --- 223,228 ---- *** ../vim-8.2.4492/src/version.c 2022-03-02 19:49:34.321061243 +0000 --- src/version.c 2022-03-02 20:11:40.269536472 +0000 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 4493, /**/ -- hundred-and-one symptoms of being an internet addict: 144. You eagerly await the update of the "Cool Site of the Day." /// Bram Moolenaar -- Bram@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 ///