mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 18:48:24 +10:00
Problem: Wrong argument for append() gives two error messages.
Solution: When getting an error for a number argument don't try using it as
a string. (closes vim/vim#11335)
801cd35e7e
Skip test as it depends on too many previous patches.