4 Star 1 Fork 0

Gitee 极速下载 / asyncrun-vim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: http://github.com/skywind3000/asyncrun.vim
克隆/下载
macos.vim 443 Bytes
一键复制 编辑 原始数据 按行查看 历史
skywind3000 提交于 2021-12-30 21:55 . new runner: macos terminal
"======================================================================
"
" macos.vim -
"
" Created by skywind on 2021/12/30
" Last Modified: 2021/12/30 20:06:52
"
"======================================================================
function! asyncrun#runner#macos#run(opts)
if asyncrun#macos#check() == 0
return asyncrun#utils#errmsg('require macOS !')
endif
call asyncrun#macos#start_command('terminal', a:opts)
redraw!
endfunc
Lua
1
https://gitee.com/mirrors/asyncrun-vim.git
git@gitee.com:mirrors/asyncrun-vim.git
mirrors
asyncrun-vim
asyncrun-vim
master

搜索帮助