To: vim_dev@googlegroups.com Subject: Patch 8.2.3497 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3497 Problem: Put test fails when run by itself. Solution: Source check.vim. (Dominique Pellé, closes #8990) Files: src/testdir/test_put.vim *** ../vim-8.2.3496/src/testdir/test_put.vim 2021-10-10 13:53:55.345494414 +0100 --- src/testdir/test_put.vim 2021-10-11 20:21:42.489420250 +0100 *************** *** 1,5 **** --- 1,7 ---- " Tests for put commands, e.g. ":put", "p", "gp", "P", "gP", etc. + source check.vim + func Test_put_block() new call feedkeys("i\u2500\x\", 'x') *** ../vim-8.2.3496/src/version.c 2021-10-11 16:26:55.574732816 +0100 --- src/version.c 2021-10-11 20:25:20.544391328 +0100 *************** *** 759,760 **** --- 759,762 ---- { /* Add new patch number below this line */ + /**/ + 3497, /**/ -- In a world without fences, who needs Gates and Windows? /// 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 ///