Skip to content

Commit

Permalink
open quickfix in bottom right
Browse files Browse the repository at this point in the history
  • Loading branch information
tracyone committed Jan 25, 2018
1 parent dbcf01f commit a6d3761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/neomakemp.vim
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function! neomakemp#on_neomake_finished() abort
call remove(g:neomakemp_job_list, l:i)
if g:neomake_hook_context.jobinfo.exit_code != 0
\ || l:needle.flags == 1
:copen
:botright copen
endif
break
endif
Expand Down

0 comments on commit a6d3761

Please sign in to comment.