]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix typo in g:termdebug_config
authorzeertzjq <zeertzjq@outlook.com>
Sun, 10 Nov 2024 13:08:56 +0000 (14:08 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 10 Nov 2024 13:10:00 +0000 (14:10 +0100)
closes: #16023

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/terminal.txt

index 7027b3fef7a94e3dc1bcc128521795eb8d11ae1a..637277ab592203c741d526d8fcbf70e33d3c18e2 100644 (file)
@@ -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}