heroku-vim icon indicating copy to clipboard operation
heroku-vim copied to clipboard

Install vim and use it in a dyno

Results 5 heroku-vim issues
Sort by recently updated
recently updated
newest added

``` ➜ ~ heroku plugins:install https://github.com/naaman/heroku-vim Installing plugin https://github.com/naaman/heroku-vim... ! ➜ ~ ``` the `!` and the 2nd `➜` are red (red `➜` meaning that the last command failed in...

Scenario: * Installed heroku-vim like this: `heroku plugins:install heroku-vim` (doesn't work with repo-url, see issue #3) * Executed `heroku vim` (entered heroku bash) * Executed `vim` * Got the following...

The script grabs [`vim-7.3.tar.gz`](https://github.com/naaman/heroku-vim/blob/aabed1bd8010ea95351a5223e8ec987d4bfadb00/init.rb#L20) from an AWS bucket, but there doesn't seem to be any explanation of where this came from. Is it a modified version of vim? I attempted...

The syntax file that's distributed with the binary seems to be messed up, I can't do syntax on for python files.