summaryrefslogtreecommitdiffstats
path: root/runtime/doc/ft_context.txt
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-01-01 20:50:51 +0100
committerChristian Brabandt <cb@256bit.org>2024-01-01 20:50:51 +0100
commit6c1afa3d0bdfce3ac1197b00409ac1afa7cf368a (patch)
tree3df4d883132e1558425f39c987946188de084094 /runtime/doc/ft_context.txt
parent34d15155fc45162bc0036e97f9ddfc7b9b1630bd (diff)
runtime(doc): add missing help tags
Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/ft_context.txt')
-rw-r--r--runtime/doc/ft_context.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/ft_context.txt b/runtime/doc/ft_context.txt
index 43872529c5..8be0399a31 100644
--- a/runtime/doc/ft_context.txt
+++ b/runtime/doc/ft_context.txt
@@ -1,4 +1,4 @@
-*ft_context.txt* For Vim version 9.0. Last change: 2023 Dec 26
+*ft_context.txt* For Vim version 9.0. Last change: 2024 Jan 01
This is the documentation for the ConTeXt filetype plugin.
@@ -103,13 +103,13 @@ Stop all the ConTeXt jobs currently running in the background.
Settings ~
*'b:context_ignore_makefile'*
*'g:context_ignore_makefile'*
-|make| can be used to (synchronously) typeset a document. If a Makefile exists
+|:make| can be used to (synchronously) typeset a document. If a Makefile exists
and this option is not set, standard `make` is used. If this option is set,
`mtxrun` is invoked instead, even if a Makefile exists.
>
g:context_ignore_makefile = 0
<
-NOTE: before using |make|, set the working directory of the buffer to the
+NOTE: before using |:make|, set the working directory of the buffer to the
directory of the file to be typeset.
*'g:context_extra_options'*