From a6172f8c5ce136d877965bf49881fc6e71ea4edf Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 26 May 2025 20:32:35 +0200 Subject: [PATCH] runtime(doc): Correct allowed characters at :help 'filetype' closes: #17366 Signed-off-by: Doug Kearns Signed-off-by: Christian Brabandt --- runtime/doc/options.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index b1f3e1506b..38eb31d33f 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3633,7 +3633,8 @@ A jump table for the options with a short description can be found at |Q_op|. one dot may appear. This option is not copied to another buffer, independent of the 's' or 'S' flag in 'cpoptions'. - Only alphanumeric characters, '-' and '_' can be used. + Only alphanumeric characters, '-' and '_' can be used (and a '.' is + allowed as delimiter when combining different filetypes). *'fillchars'* *'fcs'* 'fillchars' 'fcs' string (default "vert:|,fold:-,eob:~,lastline:@") -- 2.47.2