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:
@@ -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' ] )
|
||||
|
||||
Reference in New Issue
Block a user