Commit 632dccbb authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Use asyncrun#quickfix_toggle to open vim quick-fix

parent 4308371a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -162,8 +162,9 @@ endif

" === AUTO QUICKFIX ===

noremap <F9> :call asyncrun#quickfix_toggle(8)<CR>
augroup vimrc
	autocmd QuickFixCmdPost * botright copen 8
	autocmd QuickFixCmdPost * call asyncrun#quickfix_toggle(8, 1)
augroup END