Daniel Hahler

Results 1440 comments of Daniel Hahler

Yes, I would not skip it by default. A config option like `--dont-save-on-index-error` (but shorter, and maybe more generic like `--halt-on-errors`) would be useful then though. Maybe in the same...

Well, this got huge - undo and resetting should be working properly/better. - timers support - call signatures in normal mode Via new/experimental setting `g:jedi#show_call_signatures_modes` (not yet documented). To configure...

@davidhalter Yeah. I am test-driving this myself currently, and hope others might do so already (I've pinged some issues). It is really sweet, since I can use `1` instead of...

@davidhalter Sorry, I was not using this branch currently.. apparently I got used to it not working properly in Neovim, and therefore did not miss it.. ;) Will use it...

The timer feature, which this is based on (`:echo has('timers')`).

That's an old Vim then.. and different code paths that I am using. Try to figure out the pattern when they do not go away, i.e. is is when you're...

@davidhalter Pushed some fixes, should work better. For one, I had problems with lazy-loading on InsertEnter: the completion would show up, but then it was removed again.. (since deoplete appeared...

Thanks for trying it already! I have found some issues myself, and will update it later.

Pushed some fixups from my local changes, but it's still WIP. The only issue I've seen recently was that `conceallevel` was not set under some circumstances.

Good point. Maybe we could/should detect any visible popup menu (`pumvisible()`) in some places. I've added a fix to remove the callsigs in normal mode before saving when using callsigs...