mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
840 B
840 B
title | description |
---|---|
vim#message API | vim#message API provides some basic functions to generate colored messages. |
Available APIs >> vim#message
Intro
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!')
Functions
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 |