0
0
mirror of https://github.com/vim/vim.git synced 2025-10-28 09:27:14 -04:00

patch 8.2.2160: various typos

Problem:    Various typos.
Solution:   Fix spelling mistakes. (closes #7494)
This commit is contained in:
Bram Moolenaar
2020-12-18 19:49:56 +01:00
parent 3beaf9cd8e
commit 8e7d6223f6
39 changed files with 54 additions and 51 deletions

View File

@@ -974,7 +974,7 @@ func Test_debug_backtrace_level()
\ 'line 1: let s:file1_var = ''file1'''
\ ], #{msec: 5000})
" step throught the initial declarations
" step through the initial declarations
call RunDbgCmd(buf, 'step', [ 'line 2: let g:global_var = ''global''' ] )
call RunDbgCmd(buf, 'step', [ 'line 4: func s:File1Func( arg )' ] )
call RunDbgCmd(buf, 'echo s:file1_var', [ 'file1' ] )