commit | be4e01637e71c8d5095c33b9861fd70b41476732 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 02 13:59:48 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 02 13:59:48 2023 +0000 |
tree | d521021e32c070a7c7a913fc96a14b3de8c81afe | |
parent | 685bf83b73d0fe6fd36bb2949bebd6aae66a139e [diff] [blame] |
Update runtime files.
diff --git a/runtime/doc/ft_context.txt b/runtime/doc/ft_context.txt index 9b08197..6303357 100644 --- a/runtime/doc/ft_context.txt +++ b/runtime/doc/ft_context.txt
@@ -48,7 +48,7 @@ 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)