-
Notifications
You must be signed in to change notification settings - Fork 72
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
vmcat syntax error #108
Comments
Can you please give me your OS, distribution and version please? |
The exported variables set when a shell is found in the prologue have to be removed before invoking vimcat which has the same shell finding code. All of this has to be more extensively rewritten, this is temporary fix.
Never mind, I have a temporary fix in master. |
@rkitover Ubuntu Vivid Beta 2. I can also get this to fail on man files and my mutt ldap rc file:
I'm guessing it's having trouble with special characters. |
e.g. man chsh |
@rkitover current master locks up gnome-terminal when I encounter one of those files. No error, just becomes unresponsive. ps. Thanks for vimpager. I never realized how much I love it and use it until it doesn't work :-) |
I am going to completely rewrite this part of the code today. Hopefully it will work better after that. I'm sorry my temporary fix didn't help you, it helped someone else in issue #11 . In the meantime, try adding this to your .vimrc : let vimpager_passthrough = 0 |
FWIW, This seems to fail for me only on Ubuntu Vivid. It doesn't fail on OS X or Ubuntu 14.04. I am using spf13's vim distro in all places. |
Weird because I just upgraded my xubuntu 14.04 to vivid and I did not see the issue, but I will try that VM image once I rewrite the passthrough code. |
I installed the spf13 dist on my ubuntu vm, and I noticed that the paging keys in less.vim do not work at all. And I reproduced your issue with short files in passthrough mode. I will see if I can fix this. |
The issue with short files and passthrough mode on vivid with spf13 seems to be fixed, now that I rewrote that code. I still need to figure out how to get less.vim to work correctly with spf13. |
This works sooooo much better now. The recent changes have fixed this. Thanks! |
Howdy,
I have a file that contains
and when I "less" that file, I see:
The text was updated successfully, but these errors were encountered: