Vimrc - Vim Plugin for Drupal
The Vimrc project is a collection of vim scripts—plugins, syntax files, and others—for editing Drupal files with the vim text editor. Like drush, this project is not a module: it can be installed anywhere on your computer, and it will work with many versions of Drupal.
On this page: Documentation | Prerequisites | Features | Screenshot
Child pages: see the bottom of the page or the links in the right sidebar.
Documentation
After installation, most of the documentation on these pages (but not the screen shots) is available when running vim with the command
:help drupal.txtPrerequisites
This project is designed to work with vim version 7.0 or later, with at least the "normal" compilation options. While running vim, you can use the
:version
$ vim --version
Read more Creating a sandbox (experimental) project
A sandbox project is a module or theme that contains experimental code that is not yet ready for general use. Full projects are for general use. Any user who has obtained basic Git access on Drupal.org can create sandbox projects. To create a full project, or to promote your existing sandbox project to a full project, you must go through a one-time approval process.
Sandbox projects have most of the features of full projects; for example, a project page, a Git repository, an issue queue, the ability to appoint co-maintainers, and so on. There are a few key differences whose main purpose is to steer hapless end users away from stumbling across potentially insecure code.
Read more