jpalardy / vim-slime

A vim plugin to give you some slime. (Emacs)
http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/
MIT License
1.83k stars 223 forks source link

Jobpid fun instead of b:terminal_job_[p]id #415

Closed jam1015 closed 5 months ago

jam1015 commented 5 months ago

In my previous pull request @jiz4oh commented:

Hi @jam1015, thanks for your great works, there is a polite reminder, the b:terminal_job_pid is deprecated and will be removed in future. Should instead use jobpid() as follow the official suggestion image

This PR fixes the issues he raised (changes to autoload/slime/targets/neovim.vim , and further improves documentation for the Neovim target (changes to assets/doc/targets/neovim.md).

jam1015 commented 5 months ago

implemented your suggestions.