mirror of
https://github.com/neovim/neovim.git
synced 2026-01-30 00:26:07 +00:00
Problem: Erroring when both {range} and {code} are supplied to
:lua is inconvenient and may break mappings.
Solution: Don't error, ignore {range} and execute {code} when both
are supplied.