Skip to content

Commit

Permalink
runtime(doc): Remove trailing spaces
Browse files Browse the repository at this point in the history
Fix the issues introduced by vim#14770.
  • Loading branch information
k-takata committed May 16, 2024
1 parent 5faeb60 commit e0e0e59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/doc/builtin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit e0e0e59

Please sign in to comment.