runtime(doc): Tweak documentation style in {ft_context,terminal}.txt
Commit:
https://github.com/vim/vim/commit/617bf466bb28674aaf5d585ac4db8d6ea3a86140
Author: Hirohito Higashi <
h.eas...@gmail.com>
Date: Sun Jan 18 20:50:11 2026 +0000
runtime(doc): Tweak documentation style in {ft_context,terminal}.txt
closes:
https://github.com/vim/vim/issues/19199
Signed-off-by: Hirohito Higashi <
h.eas...@gmail.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/ft_context.txt b/runtime/doc/ft_context.txt
index a7400d0b3..737cdee37 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 8b7df8e40..083f013cc 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