-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buffer bleeding through run output using Vim 8.0 #120
Comments
@jondavidjohn I've tried out that My vimrc is here: https://github.com/dgmstuart/dotfiles/blob/master/.vimrc ...and here's my version info:
|
Thanks for giving it a shot @dgmstuart! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upon attempting to upgrade to Vim 8.0, I'm getting some funky output when running specs via vim-rspec. For reference I'll show you what it looks like for me under 7.4
When I upgrade to Vim 8.0, it looks as if the underlying buffer bleeds through the output before I dismiss it.
Additionally, I show in that demonstration that the same thing does not happen when I manually run rspec via straight shell execution (
!
)Additionally, I'm customizing the rspec command like so (not sure if it's related)
The text was updated successfully, but these errors were encountered: