commit | 8107a2a8af80a53a61734b600539c5beb4782991 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 17 18:00:23 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 17 18:00:23 2022 +0100 |
tree | 90fd78458a77d1c04ec964419dae7b5889d2f8d0 | |
parent | 4bf67ec52e938a3edaa4f452adab42a57505f940 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 433152e..0f6b59a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 783, +/**/ 782, /**/ 781,