Hi, 2 typos:

Op zo 27 aug. 2023 11:30 schreef Christian Brabandt <cbli...@256bit.org>:

> patch 9.0.1791: No tests for the termdebug plugin
>
> +
> +let g:GDB = exepath('gdb')
> +if g:GDB->empty()
> +  throw 'Skpped: gdb is not found in $PATH'
> +endif
> +
> +let g:GCC = exepath('gcc')
> +if g:GCC->empty()
> +  throw 'Skpped: gcc is not found in $PATH'
> +endif
> +
>

"Skipped" (2 x)

Christ van Willegen

>

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/CA%2BOt1OyX8FfeYxWy-H6Lr6ccK%2BE40MCT_%3DLVxMM%3DtNC7qyXUMw%40mail.gmail.com.

Reply via email to