Skip to content

Commit

Permalink
rake.vim 2.0
Browse files Browse the repository at this point in the history
* Major refactor to use projectionist.vim.
* Drop all backwards compatible :R commands.
* Provide default dispatch of rspec/ruby -Itest in specs/tests.
* Set default compiler options for :make to use rake.
* Tab complete for :Make and :Dispatch rake.
* Drop support for :Ctags.
  • Loading branch information
tpope committed Feb 3, 2015
1 parent 7e81246 commit afd766e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/rake.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" rake.vim - It's like rails.vim without the rails
" Maintainer: Tim Pope <http://tpo.pe/>
" Version: 1.2
" Version: 2.0
" GetLatestVimScripts: 3669 1 :AutoInstall: rake.vim

if exists('g:loaded_rake') || &cp || v:version < 700
Expand Down

0 comments on commit afd766e

Please sign in to comment.