-
Notifications
You must be signed in to change notification settings - Fork 81
List index out of range error when stripping modified lines #109
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
Comments
Hi @tyilo. I’m afraid I can’t reproduce this bug with the information you currently provide. What’s your vim version? Plugin version? Are you sure that’s all you have in your vimrc, not even |
Version:
Plugin version: f5726c4
It's literally the only thing in my vimrc, no |
The problem was that I was using fish as my shell.
|
Even with
And modifying any whitespace line behaves like expected, with a confirmation prompt etc. I’m using a (very slightly) older vim:
If I don’t have |
Ah, the problem was that I had the following alias in my fish config:
See #110 |
Ignores aliases set in the shell by default, which closes ntpeters#109
Ignores aliases set in the shell by default, which closes ntpeters#109
Ignores aliases set in the shell by default, which closes ntpeters#109
Instead of diff which may be aliased in some way, e.g. diff.cmd See ntpeters#121, ntpeters#111 and ntpeters#109.
Resolved in #121 |
Uh oh!
There was an error while loading. Please reload this page.
This is the only contents of my
.vimrc
:When changing a line with trailing whitespace in a file and then saving, I get the following error:
The text was updated successfully, but these errors were encountered: