I'm using gvim 7.4 on Windows 7. When I edited python file using jedi-vim and entered Insert Mode, cmd.exe launched many times and the vim didn't work correctly. (Sometimes the cursol couldn't be moved to the end of line.)
Why does it happen?
I wanted to debug jedi-vim, but I couldn't find a way to know what codes were executed in cmd.exe. I suppose something related the "jedi-call-signatures" might launch cmd.exe. It was fixed when I deactivate "gitgutter" plugin.