]> granicus.if.org Git - vim/commit
patch 9.0.0783: ":!" doesn't do anything but does update the previous command v9.0.0783
authorBram Moolenaar <Bram@vim.org>
Mon, 17 Oct 2022 17:00:23 +0000 (18:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 17 Oct 2022 17:00:23 +0000 (18:00 +0100)
commit8107a2a8af80a53a61734b600539c5beb4782991
tree90fd78458a77d1c04ec964419dae7b5889d2f8d0
parent4bf67ec52e938a3edaa4f452adab42a57505f940
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)
.gitignore
runtime/doc/various.txt
src/ex_cmds.c
src/testdir/test_shell.vim
src/version.c