summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2024-05-16 12:39:01 +0900
committerGitHub <noreply@github.com>2024-05-16 12:39:01 +0900
commitc0e038b59f8445e46043b6c19a70395562b068aa (patch)
treebb7fc701738b2aadc27bf21dcc6647d0f2aa5a9a /runtime
parent5faeb60480c6efba5c0468c01275120b6ace5a09 (diff)
runtime(doc): Remove trailing spaces (#14784)
Fix the issues introduced by #14770.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/builtin.txt6
1 files changed, 3 insertions, 3 deletions
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 "<cword>" (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 "<cword>" (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|