Skip to content

Commit

Permalink
rails.vim 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Sep 10, 2010
1 parent 3bba9a1 commit 61907a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/rails.vim
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if exists('g:autoloaded_rails') || &cp if exists('g:autoloaded_rails') || &cp
finish finish
endif endif
let g:autoloaded_rails = '4.2' let g:autoloaded_rails = '4.3'


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

0 comments on commit 61907a9

Please sign in to comment.