Linwei

Results 704 comments of Linwei

从来没碰到过,这是正常的 vim 语法,我用 8.2.1910 都没事情。 你什么操作系统?会不会文件编码被改过之类的?

我怎么感觉你运行到 rhel 7.6 自带的老版本 vim 了。

或者 :set nocompatible 了没有?

因为 quickfix 窗口并不能接受任何输入。 你可以试试: :AsyncRun -mode=term -pos=tab python3 % anaconda 的话,把 python 换成完整指向 anaconda python 的路径。

`VIM_SVRNAME` is for another vim instance in the local machine, not for a remote host. Your question can be achieved by: :AsyncRun ssh xxx.xxx.xxx.xxx COMMAND or you may need a...

asyncrun is not complex now (966 lines). A lot of plugins are written in a single file (fugitive/3000 lines, taglist/4700 lines) if the loc exceeds 1000, I 'd like to...

You can move asyncrun.vim to your `autoload` as well. and put two lines below in your `.vimrc`: ``` VimL command! -bang -nargs=+ -complete=file AsyncRun call asyncrun#run('', '', ) command! -bang...

It is never a problem, use this: https://github.com/junegunn/vim-plug as your package manager. vim-plug will load plugins on demand (only load this plugin when command `:AsyncRun` is invoked).

I totally agree with @bohrshaw and @kiryph either, I hesitated for one thing, through github searching, a lot users just drop the single file asyncrun.vim into their dotfiles repository as...