complex857
complex857
Hi 👋 For the latest commit to work, you'd need vim 8.2 or newer. These changes were added to support newer vim versions (where manipulating buffer contents is not allowed...
@more-pepsi Appears like that neovim doesn't implement the vim8.1+ popup API, so best I can recommend for now is to use a plugin version up to this commit: ff5b5eff2a792e8af4b43e71b88da400152dd5bd In...
Hi, thanks for the report... Do you by any chance have a section of code that causes this we could isolate? Tell me more about the codebase. From the stacktrace...
Sounds like somewhere where it tries to find a parent class it ends up looping on itself and re-including the same class over and over again. It's a bit of...
Ah, I've made a mistake there (string concat is `.` not `+` in vimscript) I've pushed a new commit. Does it still give some result for the completion? I'm pretty...
I'll have to see what we could do, but in theory if you have a cursor position, you can ask vim what sort of syntax highlight symbol it has associated...
I'm sorry to hear that you've had such a headache with the plugin. I'm a bit confused here how come they actually in collision with that one. Shouldn't all ctrl+w...
Please excuse my ignorance, but could you expand on what seems to be problem? I've read comment in #58, however those numbers are not chosen by random but by trying...
Yes, as far as I know it does. I'm sorry, but I think I'm still at lost on what is broken exactly. The `tag_position` number is always re-calculated for every...
Thank you for tracking this one down. I've tried to run the tests without them and things seem to pass. The only thing we used those to skip comments when...