Comments
-
Greg Hurrell
Thanks for the report.
Perhaps the
foldmethod=indent
is causing things to be folded because the match listing looks like this:> file1 file2 file3
Note how the first result has a
>
marking it as selected, and the other files have two leading spaces.Personally I use
foldmethod=syntax
, so that is probably why I haven't seen it. I'm going to see if I can make a buffer-local override so that the match listing never has folding activated in it. -
Greg Hurrell
I can reproduce this with:
set foldmethod=indent set foldlevelstart=0
-
Greg Hurrell
Ok, I think this should be fixed.
It is only a one-line change to the
~/.vim/ruby/command-t/match_window.rb
file, so you can probably insert it yourself if you don't want to wait until the next release. -
Greg Hurrell
Status changed:
- From: new
- To: closed
Add a comment
Comments are now closed for this issue.