Merge branch 'dev'

Implements #204.

Conflicts:
	README.md
This commit is contained in:
Bailey Ling
2013-08-31 15:02:01 +00:00
25 changed files with 536 additions and 127 deletions

View File

@@ -391,9 +391,6 @@ For contributions into the plugin, here are the following guidelines:
b. Configuration variables for the extension should reside in the
extension, e.g. `g:airline#extensions#foo_plugin#bar_variable`.
c. A value should be added to the `g:airline_parts` dictionary such that
the extension can be arbitrarily positioned.
See the source of |example.vim| for a working extension.
==============================================================================