mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +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