From 49c7133328172090bfa07a2a97e673d7d7380ecf Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 11 Dec 2013 00:53:03 +0900 Subject: [PATCH] Update documentation --- README.md | 6 +++--- doc/easy_align.txt | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cf1eab7..15abdf4 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ nmap a (EasyAlign) And with the following lines of text, ``` -apple = red -grass=green -sky=blue +apple =red +grass+=green +sky-= blue ``` try these commands: diff --git a/doc/easy_align.txt b/doc/easy_align.txt index 7647199..d1e9278 100644 --- a/doc/easy_align.txt +++ b/doc/easy_align.txt @@ -1,4 +1,4 @@ -easy-align.txt vim-easy-align Last change: December 8 2013 +easy-align.txt vim-easy-align Last change: December 11 2013 VIM-EASY-ALIGN - TABLE OF CONTENTS *easyalign* *easy-align* *easy-align-toc* ============================================================================== @@ -124,9 +124,9 @@ Add the following mappings to your .vimrc. < And with the following lines of text, > - apple = red - grass=green - sky=blue + apple =red + grass+=green + sky-= blue < try these commands: