SpaceVim
A modular Vim/Neovim configuration
Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文
vim#message API provides some basic functions to generate colored messages.
let s:MSG = SpaceVim#api#import('vim#message)
call s:MSG.echom('String', 'hello world!')
here is a list of functions implement in this api.
function name | description |
---|---|
echo(hl, msg) |
print message with hl highlight group |
echom(hl, msg) |
run echom with hl highlight group |
echon(hl, msg) |
run echon with hl highlight group |
Powered by Jekyll