Unify all messages to the user

This commit is contained in:
EinfachToll
2016-03-19 21:29:42 +01:00
parent 4956976bb6
commit 68cdfe36df
4 changed files with 32 additions and 32 deletions

View File

@ -2356,7 +2356,7 @@ A second example handles a new scheme, "vfile:", which behaves similar to
endif
let link_infos = vimwiki#base#resolve_link(link)
if link_infos.filename == ''
echom 'Vimwiki Error: Unable to resolve link!'
echomsg 'Vimwiki Error: Unable to resolve link!'
return 0
else
exe 'tabnew ' . fnameescape(link_infos.filename)