File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1068,7 +1068,8 @@ Modelines are deprecated and disabled by default.
10681068 *g:rails_menu* >
10691069 let g:rails_menu=1
10701070 When 2, a Rails menu is created. When 1, this menu is a submenu under the
1071- Plugin menu. The default is 1.
1071+ Plugin menu. The default is 1 except on MacVim, where reports of weird
1072+ terminal output have led to it being disabled by default.
10721073
10731074 *g:rails_url* >
10741075 let g:rails_url='http://localhost:3000/'
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ call s:SetOptDefault("rails_ctags_arguments","--exclude=\"*.js\"")
6060call s: SetOptDefault (" rails_default_file" ," README" )
6161call s: SetOptDefault (" rails_root_url" ,' http://localhost:3000/' )
6262call s: SetOptDefault (" rails_modelines" ,0 )
63- call s: SetOptDefault (" rails_menu" ,1 )
63+ call s: SetOptDefault (" rails_menu" ,! has ( ' mac ' ) )
6464call s: SetOptDefault (" rails_gnu_screen" ,1 )
6565call s: SetOptDefault (" rails_history_size" ,5 )
6666call 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