Comments
-
Marius Gedminas
Note that this breaks command-t completely: the choice list is empty, and if I press a key like <Down>, I get a new error:
Error detected while processing function CommandTSelectNext: line 1: NoMethodError: undefined method
length' for nil:NilClass
-
Greg Hurrell
Out of interest, which version of Ruby us Vim linked against?
You can check with:
:ruby puts RUBY_VERSION
-
anonymous
I met this error too. I guess it's a encoding problem cause I have a Japanese character in my path name.
-
anonymous
I can confirm this problem. My Vim is linked against ruby 2.1.2
-
Greg Hurrell
I can fix this if someone can give me a minimal repro case for it (could be a specific filename, or a zip with a bad filename in it etc).
-
Greg Hurrell
I'm about to merge the proposed workaround from https://github.com/wincent/command-t/pull/113 so I'm going to mark this one as closed.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
Add a comment
Comments are now closed for this issue.