runtime(doc): fix typo in g:termdebug_config Commit: https://github.com/vim/vim/commit/060107cbc40a68b30d81e5531a1c8dde91fc9b59 Author: zeertzjq <zeert...@outlook.com> Date: Sun Nov 10 14:08:56 2024 +0100
runtime(doc): fix typo in g:termdebug_config closes: https://github.com/vim/vim/issues/16023 Signed-off-by: zeertzjq <zeert...@outlook.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt index 7027b3fef..637277ab5 100644 --- a/runtime/doc/terminal.txt +++ b/runtime/doc/terminal.txt @@ -1,4 +1,4 @@ -*terminal.txt* For Vim version 9.1. Last change: 2024 Nov 09 +*terminal.txt* For Vim version 9.1. Last change: 2024 Nov 10 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1690,7 +1690,7 @@ If you want to customize the breakpoint signs to show `>>` in the signcolumn: > let g:termdebug_config['sign'] = '>>' If you would like to use decimal (base 10) breakpoint signs: > let g:termdebug_config['sign_decimal'] = 1 -If there is no g:terminal_config yet you can use: > +If the variable g:termdebug_config does not yet exist, you can use: > let g:termdebug_config = {'sign': '>>'} Likewise, to enable decimal signs: > let g:termdebug_config = {'sign_decimal': 1} -- -- 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 visit https://groups.google.com/d/msgid/vim_dev/E1tA7mT-00BWLw-Df%40256bit.org.