diff runtime/doc/various.txt @ 30898:2ee5b79038f0 v9.0.0783

patch 9.0.0783: ":!" doesn't do anything but does update the previous command Commit: https://github.com/vim/vim/commit/8107a2a8af80a53a61734b600539c5beb4782991 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 17 18:00:23 2022 +0100 patch 9.0.0783: ":!" doesn't do anything but does update the previous command Problem: ":!" doesn't do anything but does update the previous command. Solution: Do not have ":!" change the previous command. (Martin Tournoij, closes #11372)
author Bram Moolenaar <Bram@vim.org>
date Mon, 17 Oct 2022 19:15:04 +0200
parents 3295247d97a5
children eb2638f278bf
line wrap: on
line diff
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -249,7 +249,8 @@ 8g8			Find an illegal UTF-8 byte sequenc
 
 							*:!cmd* *:!*
 :!{cmd}			Execute {cmd} with the shell.  See also the 'shell'
-			and 'shelltype' option.
+			and 'shelltype' option. `:!` without a {cmd} is a no-op,
+			it does nothing.
 							*E34*
 			Any '!' in {cmd} is replaced with the previous
 			external command (see also 'cpoptions').  But not when