Vimana - Vim script manager.


Vimana documentation  | view source Contained in the Vimana distribution.

Index


NAME

Top

Vimana - Vim script manager.

DESCRIPTION

Top

Vimana is an easy to use system for searching , installing, and downloading vim script.

Vimana provides a command-line interface such like aptitude programe on Debian linux, for you to search , download , install , upgrade scripts from http://www.vim.org (vimonline site).

Vimana can install a vim script package to your vim runtime path automatically by inspecting the content of archive file or vim script. For example , if an archive file contains 'syntax','plugin','indent' directory , then these files should be installed to ~/.vim/ directory (default vim runtime directory). if it's a vim color scheme , then it should be put into ~/.vim/colors/, or Vimana will inspect the script type tag in script file.

* Getting started from Vimana::Manual.

USAGE

Top

to update index

    $ vimana update 

check rails.vim plugin info

    $ vimana info rails.vim

to search scripts:

    $ vimana s perl

to install package:

    $ vimana i autocomplpop.vim

    # with verbose message
    $ vimana i -v the-nerd-tree

to remove a package:

    $ vimana remove the-nerd-tree

FUNCTIONS

Top

AUTHOR

Top

You-An Lin 林佑安 ( Cornelius / c9s ) <cornelius.howl at gmail.com>

Vimana Git Repository

http://github.com/c9s/Vimana/tree/master

BUGS

Top

Please report any bugs or feature requests to bug-vim-get at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Vimana. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

TODOS

Top

* auto rating

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Vimana

You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Vimana

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Vimana

* CPAN Ratings

http://cpanratings.perl.org/d/Vimana

* Search CPAN

http://search.cpan.org/dist/Vimana

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Vimana documentation  | view source Contained in the Vimana distribution.