From 8d4d5b7941218d53d8b159e870dbde08f7ae395f Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 30 Nov 2013 13:07:26 +0900 Subject: [PATCH] Update documentation --- README.md | 4 ++-- doc/easy_align.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2abb7c3..d4d8e33 100644 --- a/README.md +++ b/README.md @@ -291,8 +291,8 @@ since the same can be easily done using the negative N-th parameter: `-=` ### EasyAlign as Vim operator -With `(EasyAlignOperator)` map, EasyAlign command can be used as a Vim -operator that can be used with any Vim movement. +With `(EasyAlignOperator)` map, EasyAlign command becomes a Vim operator +that can be used with any Vim movement. ```vim nmap a (EasyAlignOperator) diff --git a/doc/easy_align.txt b/doc/easy_align.txt index 8de61fe..b05d503 100644 --- a/doc/easy_align.txt +++ b/doc/easy_align.txt @@ -231,13 +231,13 @@ the selected text in the block, instead of the whole lines in the range. EasyAlign as Vim operator *(EasyAlignOperator)* ------------------------------------------------------------------------- -With `(EasyAlignOperator)` map, EasyAlign command can be used as a Vim +With `(EasyAlignOperator)` map, EasyAlign command becomes a Vim operator that can be used with any Vim movement. nmap a (EasyAlignOperator) -Now without going into visual mode, you can align the lines in the paragraph -with "aip=", "aip*|", or "aip:". +Now without going into visual mode, you can align the lines in the +paragraph with "aip=", "aip*|", or "aip:". Alignment options