Skip to content

Commit

Permalink
rails.vim 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Nov 13, 2008
1 parent a7dd4c9 commit 9a9d42e
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 = '3.1'
let g:autoloaded_rails = '3.2'

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

0 comments on commit 9a9d42e

Please sign in to comment.