sponsor Vim development Vim logo Vim Book Ad

localbundle.vim :   faster loading and working speed with vundle

 script karma  Rating -1/1, Downloaded by 639  Comments, bugs, improvements  Vim wiki

created by
Rykka f
 
script type
utility
 
description
This is a vim plugin for the Vundle_ users.
seperated from my previous forked vundle repo to a single plugin.

It will copy all file of the bundles in ~/.vim/bundle/ into ~/.vim/localbundle/

and remove runtimepath of these bundles.
and add  ~/.vim/localbundle/ to &rtp.

This will greatly increasing the loading and working speed with
a big numbers of bundles.

* Command:

  ``:LocalBundle``

  This will copy all bundles in ~/.vim/bundle/ into ~/.vim/localbundle/
  
  Also it will reset the &rtp, and will generate the help tag file.

 
install details
* Install and Useage

  Use it with Vundle_.
  Put this in your vimrc,
  should be put at the end of your Bundle part::
      
      Bundle 'Rykka/localbundle.vim'

      call localbundle#init()

  ``g:localbundle_rtp`` can be used to add another &rtp if needed.

  You can get the latest version at LocalBundle_

:NOTE: you should NOT install from vim.org.
            use Vundle_!

.. _Vundle: http://github.com/gmarik/vundle
.. _LocalBundle: https://github.com/Rykka/localbundle.vim
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
localbundle.vim-0.5.zip 0.5 2012-09-19 7.0 Rykka f Initial upload
ip used for rating: 3.129.249.105

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github