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

错误的‘\’,在1871行 #209

Open zhang-stephen opened 3 years ago

zhang-stephen commented 3 years ago

在使用vim-plug应用asyncrun时,报错: Error detected while processing ~/.vim/plugged/asyncrun.vim/plugin/asyncrun.vim: line 1871: E10: \ should be followed by /, ? or &

skywind3000 commented 3 years ago

什么版本的 vim ?

zhang-stephen commented 3 years ago

Vim 8.2.1900, 通过源码手动编译的

skywind3000 commented 3 years ago

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

zhang-stephen commented 3 years ago

对,我也觉得应该是正常的,系统是rhel 7.6,文件编码是UTF-8 稍后我在Ubuntu Server上尝试一下,做个对比看看

skywind3000 commented 3 years ago

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

skywind3000 commented 3 years ago

或者

:set nocompatible

了没有?