vim-ruby-conque
vim-ruby-conque copied to clipboard
Vim plugin to display ruby, rake, and rspec output colorized in ConqueTerm. Note: repeated runs of conqueterm may cause it to eat your shell ttys. I am no longer maintaining this.
Since I'm using RVM I needed to make this change to be able to run ruby files. rspec works fine.
When I hit `,ss` I get the message below.  Running `c-shift-r` works perfectly.... (I'm using your dotfiles) p.s. thank you for your gems and dotfiles!
When you close a buffer running a (completed) conque, the ruby process hangs around, eating up a tty (causing 'unable to fork' errors in iterm), and other problems. Need to...
I'm trying to use this plugin with gem zeus but I can't because of the '--color' option: `let g:ruby_conque_rspec_runner='zeus rspec'` ``` /home/duke/.rvm/gems/ruby-1.9.3-p194@bigbang/gems/zeus-0.13.2/lib/zeus/m.rb:188:in `block in parse_options!': invalid option: --color (OptionParser::InvalidOption) from...
Hi, How can I leave insert mode after running my specs? I tried let g:ConqueTerm_InsertOnEnter = 0 but no luck. Cheers, Julien.
Currently when you execute the command it opens a new split in insert mode and makes it the active split window. Is it possible to do the same without switching...
I get a load error when loading vim-ruby-conque. I've truncated my .gitmodules to this: `$ cat .gitmodules [submodule "bundle/vim-ruby-conque"] path = bundle/vim-ruby-conque url = https://github.com/skwp/vim-ruby-conque.git` But when I start mvim:...
Hi! When I run specs all looks good, but I can't get Cucumber scenarios to work. When I run them it complains about the syntax, e.g. see below. It basically...
When im run the spec, i get ``` /Users/regedarek/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in `require': no such file to load -- bundler/setup (LoadError) ``` Where i can setup loadpath to bundler
I want to run the conque term as a pry terminal to have debugging inside vim, but I can't hit 'n' because of the overagressive n binding. it should not...