Vim-spec unknown function errors

Hi everyone,

I’m not able to run vim-spec commands; Im using Vundle and added both

  • thoughtbot/vim-rspec
  • jgdavey/tslime.vim

I get the following errors whenever I try any of the leader commands (t, s, etc.):
E117: Unknown function: RunCurrentSpecFile
or
E117: Unknown function: RunNearestSpec (etc.)

Any ideas?

Thanks in advance!

Are you sure you’ve installed them with :PluginInstall? Assuming yes, are you able to run the functions directly :call RunCurrentSpecFile()?

Hi Chris,

Thanks for the reply. Yes, I’ve run :PluginInstall and all my plugins have intstalled without issue.

I tried running :call RunCurrentSpecFile() directly and I get the same error.

In the meantime I read another thoughtbot post about using vim-spec with Dispatch and that’s been working, though I would prefer to use the setup with tslime…

Could it be a conflict with another plugin?