summaryrefslogtreecommitdiffstats
path: root/runtime/doc/terminal.txt
diff options
context:
space:
mode:
authorShane-XB-Qian <shane.qian@foxmail.com>2023-11-12 23:53:39 +0800
committerGitHub <noreply@github.com>2023-11-12 16:53:39 +0100
commit2dd613f57bf17eb8ff050bcb5510eb0279f5c9ab (patch)
treedaf76687cde4e64b5da85ffaef02eb3e3e00baf7 /runtime/doc/terminal.txt
parent4ae16d721a4c866c8aae2ed331d4ce933b4cf300 (diff)
runtime(termdebug): improve the breakpoint sign label (#13525)
// related #12589 // that should be the last chat (I) with Bram, r.i.p Signed-off-by: shane.xb.qian <shane.qian@foxmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/terminal.txt')
-rw-r--r--runtime/doc/terminal.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt
index 68528d3a55..3869bcdfba 100644
--- a/runtime/doc/terminal.txt
+++ b/runtime/doc/terminal.txt
@@ -1588,9 +1588,9 @@ If there is no g:termdebug_config you can use: >
Change default signs ~
*termdebug_signs*
-Termdebug uses the last two characters of the breakpoint ID in the
-signcolumn to represent breakpoints. For example, breakpoint ID 133
-will be displayed as `33`.
+Termdebug uses the hex number of the breakpoint ID in the signcolumn to
+represent breakpoints. if it is greater than "0xFF", then it will be displayed
+as "F+", due to we really only have two screen cells for the sign.
If you want to customize the breakpoint signs: >
let g:termdebug_config['sign'] = '>>'