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: Configuration Lookup #397

Closed jpalardy closed 9 months ago

jpalardy commented 9 months ago

Previously, there was a lot of redundant code to perform configuration lookup.

The logic remains the same, but is now explicitly done in slime#config#resolve as:

Discussion