Boris Staletic

Results 157 comments of Boris Staletic

I can't get the test for this thing to work. @puremourning, either we close this or you'll have to get your hands dirty.

I couldn't repro this. Can you test with the actual minimal vimrc that we provide, like explained in the issue template?

> i copied the content of vimrc.minimal to my vimrc, as you can see, except for vim-plug to load the plug, there is nothing there If that were the same,...

I still can't repro even with the linked docker image. Here's a recording. https://asciinema.org/a/TSmspTXw3K9aGwqoOSlsnYFPC

As you can see, I tried to repro and couldn't. Does it happen with the `vimrc_ycm_minimal`?

@soderluk Sorry for the (very) late reply. If you can't get any completion to work, check that YCM was loaded. Does `:YcmDebugInfo` work?

The thing mentioned in this issue is supposedly fixed. However we still have a [`realpath()` in one place](https://github.com/ycm-core/YouCompleteMe/blob/d3db1cb3a9b83cd8e7370a2af36c82f28f2c0ddf/python/ycm/vimsupport.py#L184). Should we change that one to `abspath()` as well?

I've known about this for a long time. I just thought this is how `:sleep` worked. I can trivially repro this problem. > Do you get the behaviour with the...