commit c9e7e94fcc2e78af4c5c14cb38dfb3c36b6e2dd3
parent 8d3dbf274675d8746cb1cafa446ebce88a5de54b
Author: zeertzjq <zeertzjq@outlook.com>
Date: Thu, 9 Nov 2023 06:53:08 +0800
vim-patch:9.0.1808: termdebug: Typo in termdebug test
Problem: termdebug: Typo in termdebug test
Solution: fix the typos
https://github.com/vim/vim/commit/f2534434c99a2b0cea08b238df24979b3fdc9212
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/old/testdir/test_termdebug.vim b/test/old/testdir/test_termdebug.vim
@@ -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