Gol*_*les 6 vim autocomplete ruby-on-rails
我有一个Rails RSpec文件,看起来像
require 'spec_helper'
describe "Something" do
...
end
Run Code Online (Sandbox Code Playgroud)
当我尝试使用Ctrl+ N来自动完成该文件中的任何内容时,我得到:

文字版:
Scanning included file: spec_helper.rb
E854: path too long for completion
Press ENTER or type command to continue
Run Code Online (Sandbox Code Playgroud)
如果我Ctrl+ C这个,它完美地完成了我的话.
要通过使用包含的文件来避免Vim自动完成,我可以这样做:
:set complete-=i
Run Code Online (Sandbox Code Playgroud)
但这不是问题的根源.
我怎样才能解决这个问题?
| 归档时间: |
|
| 查看次数: |
508 次 |
| 最近记录: |