aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-09 06:53:08 +0800
committerzeertzjq <zeertzjq@outlook.com>2023-11-09 07:05:21 +0800
commitc9e7e94fcc2e78af4c5c14cb38dfb3c36b6e2dd3 (patch)
tree6eb2f1d0906951751bfe0a5c5f27548f8087b7f2
parent8d3dbf274675d8746cb1cafa446ebce88a5de54b (diff)
downloadrneovim-c9e7e94fcc2e78af4c5c14cb38dfb3c36b6e2dd3.tar.gz
rneovim-c9e7e94fcc2e78af4c5c14cb38dfb3c36b6e2dd3.tar.bz2
rneovim-c9e7e94fcc2e78af4c5c14cb38dfb3c36b6e2dd3.zip
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>
-rw-r--r--test/old/testdir/test_termdebug.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/old/testdir/test_termdebug.vim b/test/old/testdir/test_termdebug.vim
index 4dca1a20fa..656207cbda 100644
--- 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