mirror of
https://github.com/neovim/neovim.git
synced 2026-08-21 23:01:04 +00: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>