-
Notifications
You must be signed in to change notification settings - Fork 40
Ruler settings interact badly #3
Comments
Ok. Let me just look up what It should be possible to save it off to a temp variable and replace it after toggling Vimroom. Trying that out now. Thanks for the bug report! |
Can you pull the current Thanks! |
Yes, that seems to work to hide the not active parts so it looks much better. I realised I also have a :set highlight=[...,]sr[,...] type thing in my .vimrc which is probably what is making t_mr do that to start with, sorry for simplifying too much... |
So the patch fixes the bug for you? Or is there still something in your highlight string that Vimroom is having issues with? |
It still shows the filename at the bottom, but it's cleaner. I think this should reproduce what I see: I think ideally 'sr' should be filtered out of highlight, then the need for the t_mr saving I originally suggested should go away. |
I have something like:
set t_mr=^[[0;1;37;44m
set ruler
in my .vimrc to show a coloured ruler, this doesn't make much sense with this. If I manually :set noruler t_mr= and do a ^L after entering this it works.
[I'm http://news.ycombinator.com/item?id=3088408]
The text was updated successfully, but these errors were encountered: