tkf / emacs-jedi

Python auto-completion for Emacs
http://tkf.github.io/emacs-jedi/latest/
666 stars 89 forks source link

Wrong highlight of function argument #277

Closed Yevgnen closed 7 years ago

Yevgnen commented 7 years ago

When calling a function with keywords, namely the argument list has =, the wrong argument is highlighted and always sticks in the first argument containing =. Pleas see the difference below.

screen shot 2016-12-04 at 7 22 34 pm screen shot 2016-12-04 at 7 22 43 pm
syohex commented 7 years ago

Thanks for reporting issue. However this is jedi issue, not emacs-jedi. emacs-jedi uses result of call_signatures API. So if jedi is fixed, then this issue is fixed.

Yevgnen commented 7 years ago

@syohex Thanks for your reply!