From: K.Takata Date: Thu, 16 May 2024 03:39:01 +0000 (+0900) Subject: runtime(doc): Remove trailing spaces (#14784) X-Git-Tag: v9.1.0414~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0e038b59f8445e46043b6c19a70395562b068aa;p=thirdparty%2Fvim.git runtime(doc): Remove trailing spaces (#14784) Fix the issues introduced by #14770. --- diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index edc018fe7a..1d06e750a6 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -8993,9 +8993,9 @@ shellescape({string} [, {special}]) *shellescape()* The {special} argument adds additional escaping of keywords used in Vim commands. When it is not omitted and a non-zero - number or a non-empty String (|non-zero-arg|), then special - items such as "!", "%", "#" and "" (as listed in - |expand()|) will be preceded by a backslash. + number or a non-empty String (|non-zero-arg|), then special + items such as "!", "%", "#" and "" (as listed in + |expand()|) will be preceded by a backslash. This backslash will be removed again by the |:!| command. The "!" character will be escaped (again with a |non-zero-arg|