mirror of
https://github.com/neovim/neovim.git
synced 2026-02-07 04:52:04 +10:00
Problem: ":!" doesn't do anything but does update the previous command.
Solution: Do not have ":!" change the previous command. (Martin Tournoij,
closes vim/vim#11372)
8107a2a8af
Co-authored-by: Bram Moolenaar <Bram@vim.org>