tankb52

Results 7 comments of tankb52

好的,我以后只保留 ~/.vim/tasks.ini . 但是我没有使用 quickfix 设置,tasks.ini 里面全是参考的说明文档里的内容,output=terminal. vimrc 里面也只有 let g:asynctasks_term_pos = 'bottom' ——现在改成 tab 使用了。 对于F9 之后焦点的问题,我的意思是:现在做不到自动把焦点切回代码窗口吗? 因为在 bottom 形式下,很多时候先 f9 然后 f5 是一气呵成的,现在就还要手动切一下焦点,有点不顺手。

另外,在tasks.ini 里面的 file-build 加一行 errorformat= 之后,好像也没有效果。

有没有可能是你在 F5 之前,刚刚用 F9 编译过一次,这时的焦点窗口是 F9 的output 窗口,你再F5 就有问题? 我在 gvim 下 ,使用内置 term + bottom 形式,会碰到这样的事情。 因为gvim 下F9 的output 窗口是空白的,也不会消失。

`Rainbow` work well by vim: use ~/.vim/vimrc. `Rainbow Parentheses` work well by gvim: use ~/.gvimrc.

> Is there any error message? Maybe there is something wrong with my configuration. Today I delete gvimrc, let gvim use vimrc . It works. but when I run gvim...

Supplement :These is no error message when it is not working.

> > Is there any error message? > > Maybe there is something wrong with my configuration. > Today I delete gvimrc, let gvim use vimrc . > It works....