File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -950,8 +950,7 @@ JavaScript files, since ctags has a tendency to choke on those.
950950
951951 *g:rails_default_file* >
952952 let g:rails_default_file='config/database.yml'
953- File to load when a new Rails application is created, or when loading an
954- existing project from the menu. Defaults to the README.
953+ File to load when a new Rails application is created. Defaults to the README.
955954
956955 *rails-screen* *g:rails_gnu_screen* >
957956 let g:rails_gnu_screen=1
@@ -980,8 +979,8 @@ Modelines are deprecated and disabled by default.
980979 *g:rails_menu* >
981980 let g:rails_menu=1
982981 When 2, a Rails menu is created. When 1, this menu is a submenu under the
983- Plugin menu. The default is 1 except on MacVim, where reports of weird
984- terminal output have led to it being disabled by default .
982+ Plugin menu. The default is 0, as the menu is slated for removal from future
983+ versions of rails.vim .
985984
986985 *g:rails_url* >
987986 let g:rails_url='http://localhost:3000/'
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ call s:SetOptDefault("rails_ctags_arguments","--languages=-javascript")
5959call s: SetOptDefault (" rails_default_file" ," README" )
6060call s: SetOptDefault (" rails_root_url" ,' http://localhost:3000/' )
6161call s: SetOptDefault (" rails_modelines" ,0 )
62- call s: SetOptDefault (" rails_menu" ,! has ( ' mac ' ) )
62+ call s: SetOptDefault (" rails_menu" ,0 )
6363call s: SetOptDefault (" rails_gnu_screen" ,1 )
6464call s: SetOptDefault (" rails_history_size" ,5 )
6565call s: SetOptDefault (" rails_generators" ," controller\n generator\n helper\n integration_test\n mailer\n metal\n migration\n model\n observer\n performance_test\n plugin\n resource\n scaffold\n scaffold_controller\n session_migration\n stylesheets" )
You can’t perform that action at this time.
0 commit comments