mirror of
https://github.com/neovim/neovim.git
synced 2026-08-21 23:01:04 +00:00
Sometimes the `gem list` command used for finding the latest version of the `neovim` gem prints an error, which can throw off the `split()` call due to extra parenthesis. This locks down the split pattern to make conflicts less likely.