Skip to content

Commit

Permalink
echomsg when executing system
Browse files Browse the repository at this point in the history
  • Loading branch information
gokcehan committed Dec 15, 2017
1 parent 36f72c3 commit d785f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/opex.vim
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ endfunction

function! opex#execute_system(type, ...)
call s:select(a:0, a:type)
call system(@@)
echomsg system(@@)
call s:restore()
endfunction

Expand Down

0 comments on commit d785f89

Please sign in to comment.