mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:9.0.1808: termdebug: Typo in termdebug test
Problem: termdebug: Typo in termdebug test
Solution: fix the typos
f2534434c9
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
8d3dbf2746
commit
c9e7e94fcc
@ -9,12 +9,12 @@ CheckExecutable gcc
|
||||
|
||||
let g:GDB = exepath('gdb')
|
||||
if g:GDB->empty()
|
||||
throw 'Skpped: gdb is not found in $PATH'
|
||||
throw 'Skipped: gdb is not found in $PATH'
|
||||
endif
|
||||
|
||||
let g:GCC = exepath('gcc')
|
||||
if g:GCC->empty()
|
||||
throw 'Skpped: gcc is not found in $PATH'
|
||||
throw 'Skipped: gcc is not found in $PATH'
|
||||
endif
|
||||
|
||||
packadd termdebug
|
||||
|
Loading…
Reference in New Issue
Block a user