runtime(doc): Remove trailing spaces (#14784) Commit: https://github.com/vim/vim/commit/c0e038b59f8445e46043b6c19a70395562b068aa Author: K.Takata <ken...@csc.jp> Date: Thu May 16 12:39:01 2024 +0900
runtime(doc): Remove trailing spaces (https://github.com/vim/vim/issues/14784) Fix the issues introduced by https://github.com/vim/vim/issues/14770. diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index edc018fe7..1d06e750a 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| -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1s7S3J-004aCE-8A%40256bit.org.