]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Tweak documentation style in {ft_context,terminal}.txt
authorHirohito Higashi <h.east.727@gmail.com>
Sun, 18 Jan 2026 20:50:11 +0000 (20:50 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 18 Jan 2026 20:50:11 +0000 (20:50 +0000)
closes: #19199

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/ft_context.txt
runtime/doc/terminal.txt

index a7400d0b31dc7f9c598850a9477650479f23cbaf..737cdee378d4239a9d0f9366350a6fce02d66138 100644 (file)
@@ -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`.
index 8b7df8e4066a09c1538c966b379bf3eaa6101944..083f013cc17daf310673fb086a05298d6c942c07 100644 (file)
@@ -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