summaryrefslogtreecommitdiffstats
path: root/runtime/doc/ft_context.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-02-02 13:59:48 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-02 13:59:48 +0000
commitbe4e01637e71c8d5095c33b9861fd70b41476732 (patch)
treed521021e32c070a7c7a913fc96a14b3de8c81afe /runtime/doc/ft_context.txt
parent685bf83b73d0fe6fd36bb2949bebd6aae66a139e (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/ft_context.txt')
-rw-r--r--runtime/doc/ft_context.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/ft_context.txt b/runtime/doc/ft_context.txt
index 9b081976eb..6303357ec7 100644
--- a/runtime/doc/ft_context.txt
+++ b/runtime/doc/ft_context.txt
@@ -48,7 +48,7 @@ typesetting command. That must be a function that takes a path and returns the
command as a List. For example:
>
def ConTeXtCustomCommand(path: string): list<string>
- return ['mtxrun', '--script', 'context', '--nonstopmode, path]
+ return ['mtxrun', '--script', 'context', '--nonstopmode', path]
enddef
context.ConTeXtTypeset("%", v:none, ConTeXtCustomCommand)