Skip to content

Commit

Permalink
rails.vim 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Oct 17, 2008
1 parent 9dd9756 commit 75e2068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/rails.vim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
if &cp || exists("g:autoloaded_rails")
finish
endif
let g:autoloaded_rails = '2.1'
let g:autoloaded_rails = '3.0'

let s:cpo_save = &cpo
set cpo&vim
Expand Down

1 comment on commit 75e2068

@jinzhu
Copy link

@jinzhu jinzhu commented on 75e2068 Oct 18, 2008

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WOW, Great !

Please sign in to comment.