Daniel Hahler

Results 1440 comments of Daniel Hahler

What does not work exactly? You could add some `echom "here …"` to see what is going on by looking at `:mess` later.

Rebased on master for now. @Flimm Would be helpful if you could try/test it again.

I see. For debugging: 1. check that `:echom has('timers')` displays 1 2. put some `echom string(…)` into the `jedi#smart_auto_mappings` function to figure out what is happening, and use `:mess` to...

I remember having fixed something in this regard, but could not find it now (I am on mobile). IIRC there are cases where we cannot really prevent it. A test...

And for the missing conceiling with `1`, make sure that the `after` part of the plugin gets used - which should typically be the case when using Vundle/syntastic etc, but...

Please try/test #652 and provide feedback there. See https://help.github.com/articles/checking-out-pull-requests-locally/ for help on checking it out locally.

I think this is supported by now, please re-open otherwise.

> you can re-open your own issues *if you closed them yourself Interesting - thought you could always re-open your own ones. Ok, thought like improvements to usages would have...

I worked on this a bit, and I think it could work just by jedi-vim getting all the usages at the current cursor position when it starts (visual, normal, or...