runtime(doc): Change termdebug_config debug value to v:true in terminal.txt
Commit: https://github.com/vim/vim/commit/4bb44b287c6f72db2620e3b1d0f5b165b1bfcfd2 Author: Rochish Manda <[email protected]> Date: Fri Nov 28 20:42:13 2025 +0000 runtime(doc): Change termdebug_config debug value to v:true in terminal.txt closes: https://github.com/vim/vim/issues/18820 Signed-off-by: Rochish Manda <[email protected]> Signed-off-by: Christian Brabandt <[email protected]> diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt index f7fe33016..08b05711e 100644 --- a/runtime/doc/terminal.txt +++ b/runtime/doc/terminal.txt @@ -1,4 +1,4 @@ -*terminal.txt* For Vim version 9.1. Last change: 2025 Oct 14 +*terminal.txt* For Vim version 9.1. Last change: 2025 Nov 28 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1877,7 +1877,7 @@ Contributions for termdebug improvements are welcome. However, it is fairly common that during the development process you need some mechanisms like `echo` statements (or similar) to help you in your job. For this reason, you can set: > - let g:termdebug_config['debug'] = true + let g:termdebug_config['debug'] = v:true < This sets the `DEBUG` variable to `true`, which can be referenced in the source code. An example of its usage follows: > -- -- 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 [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1vP5Kz-006qpO-5f%40256bit.org.
