0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

runtime(doc): Remove trailing spaces (#14784)

Fix the issues introduced by #14770.
This commit is contained in:
K.Takata
2024-05-16 12:39:01 +09:00
committed by GitHub
parent 5faeb60480
commit c0e038b59f

View File

@@ -8993,9 +8993,9 @@ shellescape({string} [, {special}]) *shellescape()*
The {special} argument adds additional escaping of keywords The {special} argument adds additional escaping of keywords
used in Vim commands. When it is not omitted and a non-zero used in Vim commands. When it is not omitted and a non-zero
number or a non-empty String (|non-zero-arg|), then special number or a non-empty String (|non-zero-arg|), then special
items such as "!", "%", "#" and "<cword>" (as listed in items such as "!", "%", "#" and "<cword>" (as listed in
|expand()|) will be preceded by a backslash. |expand()|) will be preceded by a backslash.
This backslash will be removed again by the |:!| command. This backslash will be removed again by the |:!| command.
The "!" character will be escaped (again with a |non-zero-arg| The "!" character will be escaped (again with a |non-zero-arg|