comparison 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
comparison
equal deleted inserted replaced
25653:dc3b761cc059 25654:ef38fc02faaa
3493 'gui#comment' 3493 'gui#comment'
3494 ], 'E1144:') 3494 ], 'E1144:')
3495 CheckScriptFailure([ 3495 CheckScriptFailure([
3496 'vim9script', 3496 'vim9script',
3497 'gui -f#comment' 3497 'gui -f#comment'
3498 ], 'E499:') 3498 ], 'E194:')
3499 enddef 3499 enddef
3500 3500
3501 def Test_vim9_comment_not_compiled() 3501 def Test_vim9_comment_not_compiled()
3502 au TabEnter *.vim g:entered = 1 3502 au TabEnter *.vim g:entered = 1
3503 au TabEnter *.x g:entered = 2 3503 au TabEnter *.x g:entered = 2