notify.vim:vim 的系统通知

时间:2021-07-03 12:56:41
【文件属性】:
文件名称:notify.vim:vim 的系统通知
文件大小:4KB
文件格式:ZIP
更新时间:2021-07-03 12:56:41
Vimscript 通知.vim 基本原理 此插件旨在与其他执行后台作业并希望通知用户特定作业成功的插件一起使用。 有关用例,请参阅部分。 已实现的通知发射器 osascript (Mac OSX) 通知发送 (Ubuntu) 安装 使用 Vundle 添加到您的插件 Plugin 'gianarb/notify.vim' 用法 发送通知 使用emitNotification 函数 call notify#emitNotification ( ' Title ' , ' Body ' ) 使用命令 :Notify title content 从命令行 vim +Notify \ title \ body +qall 例子 完成时带有通知的自动 ctags 依赖关系 tpope/ (异步执行命令) 添加到你的 vimrc function ! GenerateCtags () Dispa
【文件预览】:
notify.vim-master
----autoload()
--------notify.vim(517B)
--------notify()
----plugin()
--------notify.vim(383B)
----doc()
--------notify.txt(421B)
----.gitignore(9B)
----README.md(1KB)

网友评论