Skip to content

Not sending commands to iTerm or Terminal in El Capitan #102

@adamlogic

Description

@adamlogic

Prior to upgrading to OS X El Capitan (10.11.1), I was able to trigger specs from MacVim and have them executed in iTerm 2. Here's the relevant portion of my .vimrc:

Plugin 'thoughtbot/vim-rspec'
if has("gui_macvim")
  let g:rspec_command = "zeus rspec {spec}"
  let g:rspec_runner = "os_x_iterm"
else
  let g:rspec_command = "!zeus rspec {spec}"
endif

After the upgrade, I can trigger specs in terminal Vim, but I cannot trigger them from MacVim. :call RunCurrentSpecFile() (or any of the other spec functions) does nothing. No failure message or any other kind of feedback. No activity in iTerm.

I tried changing let g:rspec_runner = "os_x_terminal", and still no dice.

Note that I did a clean install of El Capitan, so it's entirely possible that I've set something up incorrectly. I'm just not sure where to even look.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions