thoughtbot/vim-rspec

iTerm2 Version 3 Support

DavidVII opened this issue · 3 comments

The current script does not work with the latest (beta) version of iTerm2.

From their latest post:

Applescript support has been updated, but it's not backwards compatible.

Is there any way to fix this? I've just updated iTerm2 to 3.0.4 and its broken my vim-rspec shortcuts.

I met same issue. I can't run it with iTem2 3.0.4

There is support for iTerm2 Version 3.
Are you using the os_x_iterm as the value for rspec_runner ?

Update it to use os_x_iterm2 instead. See also the documentation in the README and in the applescript file.

Set the following config in your .vimrc file:

let g:rspec_runner = "os_x_iterm2"