aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-04-18 14:36:45 +0800
committerzeertzjq <zeertzjq@outlook.com>2023-04-18 14:37:17 +0800
commit2e21d1d5ddb7a7fb5978bdce2812417026b276a9 (patch)
tree5f28682fc0b7ca67c558002228e31a27b24688fa
parent9180c18c462a4945657899b732189da6f2ea2eaf (diff)
downloadrneovim-2e21d1d5ddb7a7fb5978bdce2812417026b276a9.tar.gz
rneovim-2e21d1d5ddb7a7fb5978bdce2812417026b276a9.tar.bz2
rneovim-2e21d1d5ddb7a7fb5978bdce2812417026b276a9.zip
vim-patch:6ebe4f970b8b
Update runtime files https://github.com/vim/vim/commit/6ebe4f970b8b398087076a72a7aae6e680fb92da Co-authored-by: Bram Moolenaar <Bram@vim.org>
-rw-r--r--runtime/doc/various.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index 84449cdae6..7b0e724e31 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -248,7 +248,6 @@ g8 Print the hex values of the bytes used in the
<
*:!cmd* *:!*
:!{cmd} Execute {cmd} with 'shell'. See also |:terminal|.
- `:!` without a {cmd} is a no-op, it does nothing.
The command runs in a non-interactive shell connected
to a pipe (not a terminal). Use |:terminal| to run an