From: Hirohito Higashi Date: Sun, 18 Jan 2026 20:50:11 +0000 (+0000) Subject: runtime(doc): Tweak documentation style in {ft_context,terminal}.txt X-Git-Tag: v9.1.2093~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=617bf466bb28674aaf5d585ac4db8d6ea3a86140;p=thirdparty%2Fvim.git runtime(doc): Tweak documentation style in {ft_context,terminal}.txt closes: #19199 Signed-off-by: Hirohito Higashi Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/ft_context.txt b/runtime/doc/ft_context.txt index a7400d0b31..737cdee378 100644 --- a/runtime/doc/ft_context.txt +++ b/runtime/doc/ft_context.txt @@ -1,4 +1,4 @@ -*ft_context.txt* For Vim version 9.2. Last change: 2026 Jan 10 +*ft_context.txt* For Vim version 9.2. Last change: 2026 Jan 18 This is the documentation for the ConTeXt filetype plugin. @@ -117,7 +117,7 @@ and this option is not set, standard `make` is used. If this option is set, < NOTE: before using |:make|, ensure that the working directory of the buffer is set to the directory of the file you want to typeset. Additionally, be aware -that |:make| searches for `mtxrun in $PATH. +that |:make| searches for `mtxrun` in $PATH. *'g:context_extra_options'* A list of additional options to pass to `mtxrun`. diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt index 8b7df8e406..083f013cc1 100644 --- a/runtime/doc/terminal.txt +++ b/runtime/doc/terminal.txt @@ -1,4 +1,4 @@ -*terminal.txt* For Vim version 9.1. Last change: 2026 Jan 08 +*terminal.txt* For Vim version 9.1. Last change: 2026 Jan 18 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1263,7 +1263,8 @@ Alternatively, press "s" to swap the first and second dump. Do this several times so that you can spot the difference in the context of the text. ============================================================================== -6. Debugging *terminal-debug* *terminal-debugger* *package-termdebug* *termdebug* +6. Debugging *terminal-debug* *terminal-debugger* + *package-termdebug* *termdebug* The Terminal debugging plugin can be used to debug a program with gdb and view the source code in a Vim window. Since this is completely contained inside