Skip to content

Commit

Permalink
Use 'echomsg' for warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
djmoch committed Nov 14, 2016
1 parent 80fe1f4 commit fb65d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/makejob.vim
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function! s:MakeJob(lmake, ...)
execute 'let openbufnr = bufnr("^'.prog.'$")'
if openbufnr != -1
echohl WarningMsg
echo prog.' already running'
echomsg prog.' already running'
echohl None
return
endif
Expand Down

0 comments on commit fb65d78

Please sign in to comment.