Metadata-Version: 1.0
Name: collective.recipe.vimproject
Version: 0.2
Summary: Set up a VIM development environment.
Home-page: https://svn.plone.org/svn/collective/buildout/collective.recipe.vimproject/trunk
Author: Stefan Eletzhofer
Author-email: stefan.eletzhofer@inquant.de
License: GPL
Description: =========================
        collective.recipe.vimproject
        =========================
        
        :Author:    $Author: seletz $
        :Date:      $Date: 2008-02-19 13:49:21 +0100 (Di, 19 Feb 2008) $
        :Revision:  $Revision: 59008 $
        
        Abstract
        --------
        
        This is a recipe to create a VIM project file. This is good for development,
        and if you use VIM_ with the Project_ plugin.
        
        This recipe makes use of the mkvimproject_ egg.
        
        
        .. _VIM: http://vim.org
        .. _Project: http://www.vim.org/scripts/script.php?script_id=69
        .. _mkvimproject: http://pypi.python.org/pypi/mkvimproject/
        
        
        ::
        
        vim: set ft=rst tw=75 nocin nosi ai sw=4 ts=4 expandtab:
        
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
