From 8966e7c3e6889c918769adbab29392b2ed8674cb Mon Sep 17 00:00:00 2001 From: Bailey Ling Date: Mon, 15 Jul 2013 14:45:47 +0000 Subject: [PATCH] add author information into the docs. --- doc/airline.txt | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/airline.txt b/doc/airline.txt index a290034d..c26f053a 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -1,7 +1,7 @@ *airline.txt* Lean and mean statusline that's light as air ============================================================================== -RATIONALE *airline* +INTRODUCTION *airline* There's already powerline , why yet another statusline? @@ -19,7 +19,7 @@ another statusline? can use unicode or powerline symbols. * it's fast to load, taking roughly 1ms. by comparison, powerline needs 60ms on the same machine. -* it's fully customizable; if you know a little statusline syntax you can +* it's fully customizable; if you know a little |statusline| syntax you can tweak it to your needs. * it's trivial to write colorschemes; for a minimal theme you need to edit 9 lines of colors. (please send pull requests if you create new themes!) @@ -158,21 +158,23 @@ example that you could add to your vimrc: < ============================================================================== -COMMANDS *airline-commands* +COMMANDS *airline-commands* > -:AirlineTheme {theme-name} *:AirlineTheme* +:AirlineTheme {theme-name} *:AirlineTheme* Displayes or changes the current theme. ============================================================================== CONTRIBUTIONS *airline-contributions* -contributions and pull requests are welcome. +Contributions and pull requests are welcome. ============================================================================== LICENSE *airline-license* -> - :help license -< +Copyright © Bailey Ling. + +Distributed under the same terms as the vim |license|. + + vim:tw=78:ts=8:ft=help:norl: