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

Refactor: Unified System Calls #399

Closed jpalardy closed 8 months ago

jpalardy commented 9 months ago

Previously, all function that shelled out (system) had to be mindful of using shellescape properly.

But using slime#common#system, they can now:

Also, a new private target_cmd was introduced to simplify redundant setup of many-use commands.