skywind3000 / asyncrun.vim

:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
https://www.vim.org/scripts/script.php?script_id=5431
MIT License
1.84k stars 109 forks source link

终端的背景色在异步运行命令后不能填充整个终端窗口 #195

Closed gVimer closed 2 years ago

gVimer commented 4 years ago

WIndows下 gVim8.2 我设置的了终端的背景色 highlight Terminal GUI=BOLD GUIBG=BLACK GUIFG=WHITE 然后运行一个一个Py文件 命令如下(映射的快捷键一键运行) execute "AsyncRun -mode=term -pos=bottom -rows=10 -focus=0 Python %" 输出后 终端窗口有一部分没有被设置的黑色填充 具体看截图 QQ截图20200524170524

gVimer commented 4 years ago

还有就是运行上面的命令 整个VIM会闪屏一下 但如果是输出到quickfix的话就不存在这个问题

gVimer commented 4 years ago

还有就是-mode=term 模式下 无法用AsyncStop中断任务

skywind3000 commented 2 years ago

那是配色问题,nontext 的颜色不是黑色,这不归 asyncrun 管