From c0a500728c1c235b3a40dfcb13ab7f72070fa442 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 13 Sep 2013 10:34:16 +0900 Subject: [PATCH] Update README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3301577..a805051 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Demo Features -------- -- Easier to use +- Easy to use - Comes with a predefined set of alignment rules - Provides a fast and intuitive interface - Extensible @@ -591,6 +591,9 @@ For the simplest cases, Tabular and Align are also easy to use. But sooner or later, you will find yourself scratching your head, trying to come up with some complex regular expressions. +_"How am I going to align the third to the last word in each line to the right +without affecting the ones before it?"_ + ### Clean vim-easy-align doesn't clutter your workspace with mappings and global @@ -603,8 +606,8 @@ vim-easy-align by default performs syntax-aware alignment, which is invaluable when editing codes. Try to come up with a regular expression to correctly format the following code -snippet. With vim-easy-align under default configuration, it can be done with -just two keystrokes: `:` +snippet. With vim-easy-align under default configuration and a mapping, it can +be done with just two keystrokes: `:` ```javascript var jdbc = {