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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202008141711.07EHBTGk100945%40masaka.moolenaar.net.