mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2026-01-21 16:42:07 +08:00
Skip calls to `jedi_vim.show_call_signatures` if the (position of the) current function's argument did not change (by means of comma positions before and after the cursor). Ref: https://github.com/davidhalter/jedi-vim/pull/420