mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 12:35:00 +00:00
Problem: When an expression fails getting the next command may be wrong.
Solution: Do not check for a next command after :eval fails. (closes vim/vim#7415)
d0fe620cbb
Co-authored-by: Bram Moolenaar <Bram@vim.org>