summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_editor.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2025-07-09 06:38:58 +0800
committerGitHub <noreply@github.com>2025-07-08 22:38:58 +0000
commitdb7c2acbc6104e44b524e720c64623c3b63ed4b8 (patch)
tree71f9dd997b21af7b0ae7a9a78d1a845737c2b78e /runtime/lua/vim/_editor.lua
parent435f03ee106a548c2e5fd6c10005f5ae2a29a5a4 (diff)
vim-patch:9.1.1532: termdebug: not enough ways to configure breakpoints (#34851)
Problem: termdebug: not enough ways to configure breakpoints Solution: add the termdebug_config['signs'] config setting, rework the termdebug test cases (Dimitry Ishenko) Allow to configure custom breakpoint signs so one can do something like this: ```vim let g:termdebug_config['signs'] = ['>1', '>2', '>3', '>4', '>5', '>6', '>7', '>8', '>9'] let g:termdebug_config['sign'] = '>>' ``` where the first 9 breakpoints will have their own signs and the rest will be the same (>>). While at it, rework the test for the termdebug plugin: - Added test for g:termdebug_config['signs']. - Added test for g:termdebug_config['sign']. - Moved test for g:termdebug_config['sign_decimal'] into Test_termdebug_basic() closes: vim/vim#17694 https://github.com/vim/vim/commit/c4bca1de0bc0f9db1b2d1dab50a6ddcd748dcfeb Co-authored-by: Dimitry Ishenko <dimitry.ishenko@gmail.com>
Diffstat (limited to 'runtime/lua/vim/_editor.lua')
0 files changed, 0 insertions, 0 deletions