]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Change termdebug_config debug value to v:true in terminal.txt
authorRochish Manda <28740792+Rochish-Manda@users.noreply.github.com>
Fri, 28 Nov 2025 20:42:13 +0000 (20:42 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 28 Nov 2025 20:42:13 +0000 (20:42 +0000)
closes: #18820

Signed-off-by: Rochish Manda <28740792+Rochish-Manda@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/terminal.txt

index f7fe330167d08f9f8bb4aa205a55611eda8e5388..08b05711e0370f88eafdf476a0acbc9ab10e9b66 100644 (file)
@@ -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: >