diff src/testdir/test_eval.in @ 13096:30f9a62f5f51 v8.0.1423

patch 8.0.1423: error in return not caught by try/catch commit https://github.com/vim/vim/commit/fabaf753e26df5a89a854673d14c15a1fa6b321a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 23 17:26:11 2017 +0100 patch 8.0.1423: error in return not caught by try/catch Problem: Error in return not caught by try/catch. Solution: Call update_force_abort(). (Yasuhiro Matsomoto, closes https://github.com/vim/vim/issues/2483)
author Christian Brabandt <cb@256bit.org>
date Sat, 23 Dec 2017 17:30:05 +0100
parents 9c420b8db435
children 0da696bd7352
line wrap: on
line diff
--- a/src/testdir/test_eval.in
+++ b/src/testdir/test_eval.in
@@ -1,5 +1,7 @@
 Test for various eval features.   vim: set ft=vim :
 
+NOTE: Do not add more here, use new style test test_eval_stuff.vim
+
 Note: system clipboard is saved, changed and restored.
 
 clipboard contents
@@ -134,10 +136,10 @@ if has('clipboard')
 let _clipreg = ['*', getreg('*'), getregtype('*')]
 let _clipopt = &cb
 let &cb='unnamed'
-5y
+7y
 AR *
 tabdo :windo :echo "hi"
-6y
+8y
 AR *
 let &cb=_clipopt
 call call('setreg', _clipreg)