commit fb65d786084a77b36d4f1ee3f670031a7a235d13
parent 80fe1f4bd36190f2b09bf092212974be33d94d99
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sun, 13 Nov 2016 19:03:11 -0500
Use 'echomsg' for warning message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/makejob.vim b/plugin/makejob.vim
@@ -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