comparison src/testdir/test_swap.vim @ 25200:da0e5ff44b14 v8.2.3136

patch 8.2.3136: no test for E187 and "No swap file" Commit: https://github.com/vim/vim/commit/fe3418abe0dac65e42e85b5a91c5d0c975bc65bb Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sat Jul 10 17:59:48 2021 +0200 patch 8.2.3136: no test for E187 and "No swap file" Problem: No test for E187 and "No swap file". Solution: Add a test. (Dominique Pell?, closes https://github.com/vim/vim/issues/8540)
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Jul 2021 18:00:04 +0200
parents e0baf334f1ca
children c2d4e40a32a6
comparison
equal deleted inserted replaced
25199:653d6c3edabe 25200:da0e5ff44b14
572 autocmd! 572 autocmd!
573 augroup END 573 augroup END
574 augroup! test_swapchoice 574 augroup! test_swapchoice
575 endfunc 575 endfunc
576 576
577 func Test_no_swap_file()
578 call assert_equal("\nNo swap file", execute('swapname'))
579 endfunc
580
577 " vim: shiftwidth=2 sts=2 expandtab 581 " vim: shiftwidth=2 sts=2 expandtab