Boris Staletic
Boris Staletic
``` VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Nov 15 2020 19:21:07) Included patches: 1-1989 Compiled by Arch Linux Huge version with GTK3 GUI. Features included (+) or...
New info! I can't repro in a C++ file, but I can repro if I just start `vim` - i.e. a buffer with no associated file, name or anything.
Oh, this is interesting. If I load *an extra conf* I can interrupt `sleep`. If I avoid loading any extra conf, I can't interrupt sleep. This does conincide with what...
@dpelle You can checkout commit `93956d747abd9f1ac438c219eb27e4ecd94cdb82` of YCM Which works on vim 7.4.
Just a reminder: > Oh, this is interesting. If I load an extra conf I can interrupt sleep. If I avoid loading any extra conf, I can't interrupt sleep. That...
Updated to work with ycm-core/ycmd#1506
Not currently, but you can try the following diff: ```diff diff --git a/autoload/youcompleteme.vim b/autoload/youcompleteme.vim index cf3f3f41..dfab8c0e 100644 --- a/autoload/youcompleteme.vim +++ b/autoload/youcompleteme.vim @@ -855,7 +855,7 @@ function! s:OnTextChangedInsertMode( popup_is_visible ) \...
@puremourning `s/s:Complete/youcompleteme#Complete/` is simple enough. Do we also want some `` map?
Like I said, my approach didn't work, because it doesn't actually send the completion request. It just checks if a response arrived.
This issue has been resolved. @YannickJadoul has done a great job answering questions here. Further question are better suited for gitter.