哪吒机器人提醒:

提醒:kinderman.net
【标题】Easily add/remove Vim scripts
【摘要】i like being able to easily add and remove vim scripts, whether it's to try one out or easily upgrade to a newer version down the line. since the directory structure of a script almost always follows the standard runtime directory structure, i simply wrote a script that adds each directory under $home/.vim/vendor to vim's runtimepath, so that vim includes the vendor directories in its script-searching behavior. that way, i can simply download something like rails.vim, which has files in autoload... (04-14 22:19)