Skip to content

Commit 893ef3e

Browse files
committed
Kill QuickFix autocmd magic
This dated back to the days when :make was an interface to :Rake. No more! Closes tpope#124.
1 parent 8ed5ac3 commit 893ef3e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

autoload/rails.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4540,8 +4540,6 @@ augroup railsPluginAuto
45404540
autocmd BufWritePost */generators/** call rails#cache_clear("generators")
45414541
autocmd FileType * if exists("b:rails_root") | call s:BufSettings() | endif
45424542
autocmd Syntax ruby,eruby,yaml,haml,javascript,coffee,railslog,sass,scss if exists("b:rails_root") | call s:BufSyntax() | endif
4543-
autocmd QuickFixCmdPre *make* call s:push_chdir()
4544-
autocmd QuickFixCmdPost *make* call s:pop_command()
45454543
augroup END
45464544

45474545
" }}}1

0 commit comments

Comments
 (0)