comparison src/testdir/test_vimscript.vim @ 30986:360f286b5869 v9.0.0828

patch 9.0.0828: various typos Commit: https://github.com/vim/vim/commit/c57b5bcd22826e0852c2bc9c7d4382e1cac7cb74 Author: dundargoc <gocdundar@gmail.com> Date: Wed Nov 2 13:30:51 2022 +0000 patch 9.0.0828: various typos Problem: Various typos. Solution: Correct typos. (closes https://github.com/vim/vim/issues/11432)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Nov 2022 14:45:11 +0100
parents 0913cd44fdfa
children 39698292a849
comparison
equal deleted inserted replaced
30985:25894f29103e 30986:360f286b5869
6880 " Test 96: line continuation {{{1 6880 " Test 96: line continuation {{{1
6881 " 6881 "
6882 " Undefined behavior was detected by ubsan with line continuation 6882 " Undefined behavior was detected by ubsan with line continuation
6883 " after an empty line. 6883 " after an empty line.
6884 "------------------------------------------------------------------------------- 6884 "-------------------------------------------------------------------------------
6885 func Test_script_emty_line_continuation() 6885 func Test_script_empty_line_continuation()
6886 6886
6887 \ 6887 \
6888 endfunc 6888 endfunc
6889 6889
6890 "------------------------------------------------------------------------------- 6890 "-------------------------------------------------------------------------------