To: vim_dev@googlegroups.com Subject: Patch 8.2.1448 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1448 Problem: Test 77a for VMS depends on small.vim which does not exist. Solution: Use the 'silent while 0" trick. (issue #6696) Files: src/testdir/test77a.in *** ../vim-8.2.1447/src/testdir/test77a.in 2014-03-12 15:55:50.000000000 +0100 --- src/testdir/test77a.in 2020-08-14 19:08:37.667485051 +0200 *************** *** 10,16 **** VMS does not have CKSUM but has a built in CHECKSUM - it should be used STARTTEST ! :so small.vim :if !has("vms") : e! test.ok : w! test.out --- 10,20 ---- VMS does not have CKSUM but has a built in CHECKSUM - it should be used STARTTEST ! :silent! while 0 ! : e! test.ok ! : w! test.out ! : qa! ! :silent! endwhile :if !has("vms") : e! test.ok : w! test.out *** ../vim-8.2.1447/src/version.c 2020-08-14 18:56:41.740716995 +0200 --- src/version.c 2020-08-14 19:10:24.494722476 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 1448, /**/ -- hundred-and-one symptoms of being an internet addict: 197. Your desk collapses under the weight of your computer peripherals. /// 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 ///