From: Christian Brabandt Date: Wed, 25 Dec 2024 16:52:12 +0000 (+0100) Subject: runtime(help): fix typo s/additional/arbitrary/ X-Git-Tag: v9.1.0962~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae01b96004e2ea38eaca2f72e3332762c9b05601;p=thirdparty%2Fvim.git runtime(help): fix typo s/additional/arbitrary/ Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/helphelp.txt b/runtime/doc/helphelp.txt index 5ab112d60d..9e3e7488ca 100644 --- a/runtime/doc/helphelp.txt +++ b/runtime/doc/helphelp.txt @@ -461,7 +461,7 @@ Note: When setting "g:help_example_languages", if you do not include "vim" key, the Vim syntax highlighting will not be enabled. If you set it to an empty value, syntax highlighting for embedded languages will be disabled. -Further note: including additional syntax languages into help files may not +Further note: including arbitrary syntax languages into help files may not always work perfectly, if the included 'syntax' script does not account for such an import. *help-notation*