vim-patch:dbf749bd5aae (#25665)

runtime: Fix more typos (vim/vim#13354)

* Fix more typos

* Fix typos in ignored runtime/ directory

dbf749bd5a

Co-authored-by: Viktor Szépe <viktor@szepe.net>
This commit is contained in:
zeertzjq
2023-10-16 16:36:25 +08:00
committed by GitHub
parent 0a3505eb9d
commit 3222f0ad00
26 changed files with 36 additions and 36 deletions

View File

@@ -1248,7 +1248,7 @@ func s:Run(args)
call s:SendResumingCommand('-exec-run')
endfunc
" :Frame - go to a specfic frame in the stack
" :Frame - go to a specific frame in the stack
func s:Frame(arg)
" Note: we explicit do not use mi's command
" call s:SendCommand('-stack-select-frame "' . a:arg .'"')