You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Four problems that were preventing the vroom tests from running on
neovim:
- The vroom version was too old, see
google/vroom#104
- The maktaba version was too old, see
google/vim-maktaba#172. I considered
constraining this to neovim but it applies to recent vim as well (the
version of vim in travis/xenial is quite old) and the extra version
checking seems pointless.
- The get-pip.py invocation was outdated.
- For some reason neovim pauses more often with "Hit ENTER" messages.
Perhaps newer vim would too. In any case, increasing the cmdheight
solves the problem without needing to sprinkle :silent everywhere.
0 commit comments