sponsor Vim development Vim logo Vim Book Ad

localbundle.vim :   faster loading and working speed with vundle

 script karma  Rating -1/1, Downloaded by 805  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: 216.73.216.10

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github