我有一个Rails RSpec文件,看起来像
require 'spec_helper' describe "Something" do ... end
当我尝试使用Ctrl N自动完成该文件中的任何内容时,我得到:
文字版:
Scanning included file: spec_helper.rb E854: path too long for completion Press ENTER or type command to continue
如果我按Ctrl C,它完美地完成了我的话.
:set complete-=i
但这不是问题的根源.
我怎样才能解决这个问题?