diff src/testdir/test_vim9_script.vim @ 25654:ef38fc02faaa v8.2.3363

patch 8.2.3363: when :edit reuses the current buffer the alternate file is set Commit: https://github.com/vim/vim/commit/b8bd2e6ebab03baf2672067067a599df69a278c0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 21 17:13:14 2021 +0200 patch 8.2.3363: when :edit reuses the current buffer the alternate file is set Problem: When :edit reuses the current buffer the alternate file is set to the same buffer. Solution: Only set the alternate file when not reusing the buffer. (closes #8783)
author Bram Moolenaar <Bram@vim.org>
date Sat, 21 Aug 2021 17:15:03 +0200
parents 6ed39aa92cb9
children fe7f45e2895e
line wrap: on
line diff
--- a/src/testdir/test_vim9_script.vim
+++ b/src/testdir/test_vim9_script.vim
@@ -3495,7 +3495,7 @@ def Test_vim9_comment_gui()
   CheckScriptFailure([
       'vim9script',
       'gui -f#comment'
-      ], 'E499:')
+      ], 'E194:')
 enddef
 
 def Test_vim9_comment_not_compiled()