mirror of
https://github.com/vim/vim.git
synced 2025-10-29 09:37:35 -04:00
runtime(doc): fix typo in g:termdebug_config
closes: #16023 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
bbe5252c2c
commit
060107cbc4
@@ -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
|
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'] = '>>'
|
let g:termdebug_config['sign'] = '>>'
|
||||||
If you would like to use decimal (base 10) breakpoint signs: >
|
If you would like to use decimal (base 10) breakpoint signs: >
|
||||||
let g:termdebug_config['sign_decimal'] = 1
|
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': '>>'}
|
let g:termdebug_config = {'sign': '>>'}
|
||||||
Likewise, to enable decimal signs: >
|
Likewise, to enable decimal signs: >
|
||||||
let g:termdebug_config = {'sign_decimal': 1}
|
let g:termdebug_config = {'sign_decimal': 1}
|
||||||
|
|||||||
Reference in New Issue
Block a user