Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Drop init of rails_statusline option
Statusline support has been removed in d10c6e7 and therefore the
rails_statusline option is obsolete.
  • Loading branch information
blueyed committed Jul 13, 2012
1 parent 1ef4da7 commit 171f65b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/rails.vim
Expand Up @@ -51,7 +51,6 @@ function! s:SetOptDefault(opt,val)
endif
endfunction

call s:SetOptDefault("rails_statusline",1)
call s:SetOptDefault("rails_syntax",1)
call s:SetOptDefault("rails_mappings",1)
call s:SetOptDefault("rails_abbreviations",1)
Expand Down

0 comments on commit 171f65b

Please sign in to comment.