runtime(doc): Tweak documentation style in {ft_context,terminal}.txt

closes: #19199

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Hirohito Higashi
2026-01-18 20:50:11 +00:00
committed by Christian Brabandt
parent 658cc102f6
commit 617bf466bb
2 changed files with 5 additions and 4 deletions
+2 -2
View 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`.
+3 -2
View 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