1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-26 14:40:06 +08:00
SpaceVim/docs/cn/api/vim/message.md
2020-09-14 22:47:49 +08:00

690 B

title description lang
vim#message 接口 vim#message API 提供一些设置和获取 Vim 提示消息的函数。 zh

可用接口 >> vim#message

模块简介

vim#message API 提供一些设置和获取 Vim 提示消息的函数。

函数及变量

函数名称 功能描述
echo(hl, msg) 使用 hl 高亮打印消息
echom(hl, msg) 使用hl 高亮运行 echom
echon(hl, msg) 使用hl 高亮运行 echon