From f0c7090a3833f1c85b242a858e7d95a34456674c Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Mon, 26 May 2025 21:18:19 +0200 Subject: [PATCH] runtime(doc): trailing whitespace in options.txt, delete it. Signed-off-by: Christian Brabandt --- runtime/doc/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 38eb31d33f..b163571e43 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3633,7 +3633,7 @@ 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 (and a '.' is + Only alphanumeric characters, '-' and '_' can be used (and a '.' is allowed as delimiter when combining different filetypes). *'fillchars'* *'fcs'*