Comments
-
Greg Hurrell
What operating system are you running on?
How did you get Ruby 1.9.2? (via RVM? compiling from source? download from some other source?)
Where did you get Vim 7.3? (binary download from www.vim.org? MacVim? Cream project? etc)
What exactly is the error that is shown when you try to use Command-T? And what steps do you have to perform to see the error?
Take a look at [/issues?product=Command-T the other Command-T tickets]; you might find something there that helps you trouble-shoot the problem.
In general I don't recommend using Ruby 1.9 with Vim as there I've heard several reports of bugs with it.
-
anonymous
I'am working on ubuntu10.4,Yes,is Vim7.3,I was building by src and link 1.9.2,but I don't use RVM ,because I have only one version,the CommandT don't close buff widows on select file is over ,and report the "silent is 0" error,but I don't know why? the CommandT is Building don't have any error.
-
Greg Hurrell
Perhaps you are seeing the same problem that was reported in issue #1617? It appears that on some platforms/builds of Vim 7.3,
$curbuf.number
is incorrectly returning zero. If that is the case, you can work around it by patching the code as described in that ticket to use$curbuf.name
instead, but I am hoping to see a fix go into Vim itself upstream. -
pfzhao
and : Counter 0:slient is 0.
-
pfzhao
Yes,that is my Q!but what can I do?
-
Greg Hurrell
Either patch the source as described in ticket #1617, or use Ruby 1.8.7. Given that Vim and Ruby 1.9.x is such a buggy combination, I don't recommend that anybody use it.
-
Greg Hurrell
Closing due to inactivity.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
Add a comment
Comments are now closed for this issue.