mirror of
https://github.com/neovim/neovim.git
synced 2026-02-05 12:01:22 +10:00
Problem: A user command with try/catch may not catch an expression error.
Solution: When an expression fails check for following "|". (closes vim/vim#7469)
8143a53c53
Co-authored-by: Bram Moolenaar <Bram@vim.org>