thoughtbot / vim-rspec

Run Rspec specs from Vim
https://robots.thoughtbot.com
MIT License
656 stars 108 forks source link

Can't run specs from MacVim #116

Closed josephan closed 8 years ago

josephan commented 8 years ago

Sorry for bothering you guys. But I started to use MacVim recently and the vim aliases to run the specs are returning an error.

Error detected while processing function RunCurrentSpecFile[4]..<SNR>61_RunSpecs:
line    3:
E34: No previous command
Press ENTER or type command to continue

When I used Vim from iTerm2 it worked fine. I am using build 2.1.4. So far to my ~/.vimrc I added let g:rspec_runner = "os_x_iterm" I created a new file in ~/Library/Application\ Support/iTerm/AutoLaunch.scpt and added the same line there. Thank you for making this awesome plugin.

josephan commented 8 years ago

Ok looks like there are other issues like this. I didn't search properly.