@@ -66,12 +66,11 @@ function! s:SetOptDefault(opt,val)
6666 endif
6767endfunction
6868
69- call s: SetOptDefault (" rails_level" ,3 )
7069call s: SetOptDefault (" rails_statusline" ,1 )
7170call s: SetOptDefault (" rails_syntax" ,1 )
7271call s: SetOptDefault (" rails_mappings" ,1 )
7372call s: SetOptDefault (" rails_abbreviations" ,1 )
74- call s: SetOptDefault (" rails_expensive" ,1 + 0 * ( has ( " win32 " ) || has ( " win32unix " )) )
73+ call s: SetOptDefault (" rails_expensive" ,1 )
7574call s: SetOptDefault (" rails_dbext" ,g: rails_expensive )
7675call s: SetOptDefault (" rails_default_file" ," README" )
7776call s: SetOptDefault (" rails_default_database" ," " )
@@ -80,7 +79,6 @@ call s:SetOptDefault("rails_modelines",0)
8079call s: SetOptDefault (" rails_menu" ,1 )
8180call s: SetOptDefault (" rails_gnu_screen" ,1 )
8281call s: SetOptDefault (" rails_history_size" ,5 )
83- call s: SetOptDefault (" rails_debug" ,0 )
8482call s: SetOptDefault (" rails_generators" ," controller\n integration_test\n mailer\n migration\n model\n observer\n plugin\n resource\n scaffold\n session_migration" )
8583if g: rails_dbext
8684 if exists (" g:loaded_dbext" ) && executable (" sqlite3" ) && ! executable (" sqlite" )
0 commit comments