Dominique Pellé
Dominique Pellé
@puremourning asked: > Do you get the behaviour with the ycm minimal vimrc Yes, I can reproduce it with: ``` $ cat ~/vimrc_ycm_minimal call plug#begin() Plug 'ycm-core/YouCompleteMe' call plug#end() ```...
Bug is at least not introduced by a recent patch of Vim, since at least vim-8.1.2269 (Nov 2019) has the same issue. I cannot try with an older version of...
Using YCM 93956d747abd9f1ac438c219eb27e4ecd94cdb82, I check that the bug still happens with old versions of Vim. I went up to Vim-7.4.1600 (March 2016) which has the same bug i.e. `:sleep 10`...
@puremourning wrote: > I still can't reproduce this with or without an extra conf file on any version of vim or any OS! For the record, I can still reproduce...
Issue looks related to this one: https://github.com/languagetool-org/languagetool/issues/23
> I asked the developer of 'rtags' and currently there's no synchronous version of '--diagnostics' > which is callable for one specific file, but he might have a look about...
> It highly depends on your workflow. If you want on the fly checking as you type, then a synchronous solution isn't an option. But if you just want to...
The "E688: More targets than List items" error comes from here in ~/.vim/bundle/vim-rtags/plugin/rtags.vim:386: ``` 375 function! rtags#JumpToHandler(results, args) 376 let results = a:results 377 let open_opt = a:args['open_opt'] 378 if...
I investigated further and the bug is a recent regression in vim-rtag plugin. Snippet of git log: ``` commit ba58fc0aa46411a1e0b1a4442b9d31924d3892fb Author: taku25 Date: Fri Jun 23 16:50:49 2017 +0900 imp:...
To @blogdemoi : what is the operating system?