mirror of
https://github.com/neovim/neovim.git
synced 2026-02-22 18:30:39 +10:00
Problem: Unnecessary checks for v:sizeoflong in test_put.vim. They are
no longer necessary as patch 8.2.3661 has changed the count to
be within 32-bit integer limit.
Solution: Remove the checks (zeertzjq).
closes: vim/vim#15239
69a28f6c08