comparison src/testdir/test_vimscript.vim @ 28171:b4c111ea83b1 v8.2.4611

patch 8.2.4611: typos in tests; one lua line not covered by test Commit: https://github.com/vim/vim/commit/81b573d7e55bd48988f298ce8e652d902e9bdeba Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Tue Mar 22 21:14:55 2022 +0000 patch 8.2.4611: typos in tests; one lua line not covered by test Problem: Typos in tests; one lua line not covered by test. Solution: Fix typos. Add test case. (Dominique Pell?, closes https://github.com/vim/vim/issues/9994)
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Mar 2022 22:30:03 +0100
parents cc7d54a134e4
children ebe0eeea501a
comparison
equal deleted inserted replaced
28170:e882a67c742e 28171:b4c111ea83b1
3629 " 3629 "
3630 " v:exception and v:throwpoint work also for error and interrupt 3630 " v:exception and v:throwpoint work also for error and interrupt
3631 " exceptions. 3631 " exceptions.
3632 "------------------------------------------------------------------------------- 3632 "-------------------------------------------------------------------------------
3633 3633
3634 func Test_execption_info_for_error() 3634 func Test_exception_info_for_error()
3635 CheckEnglish 3635 CheckEnglish
3636 3636
3637 let test =<< trim [CODE] 3637 let test =<< trim [CODE]
3638 func T(line) 3638 func T(line)
3639 if a:line == 2 3639 if a:line == 2