]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Correct allowed characters at :help 'filetype'
authorDoug Kearns <dougkearns@gmail.com>
Mon, 26 May 2025 18:32:35 +0000 (20:32 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 26 May 2025 18:32:35 +0000 (20:32 +0200)
closes: #17366

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt

index b1f3e1506b58c244858edc8c365cb8ae1f6303a2..38eb31d33fa20f412b5a94fbcb94fed3237731d5 100644 (file)
@@ -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:@")