-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
It will edit ~/.vim/bundles.vim and do the following:
GG?^Bundle<cr>Vypci'<Esc>"bp:w<cr>
Which copies the last uncommented line, pastes it below, and execs "change inner [singlequote]" at which point it pastes the string you supplied from the buffer labeled "b" then writes out our changes.
On bufwrite of this bundle file, run SetModified which just touches ~/.vim/MODIFIED. Then quit, so setup will run on next load.