From 9a2a1e8e8f2c3c04dd4ccbf3e23440e6a4b64172 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 21 Apr 2013 09:34:05 +0900 Subject: [PATCH] removes unnecessary spaces in command examples --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f13e773..055cc3c 100644 --- a/README.md +++ b/README.md @@ -39,16 +39,16 @@ Alignment rules for the following delimiters have been crafted to meet the most ### Example command sequences -| With visual map | Description | Equivalent command | -| ----------------- | ------------------------------------------------- | --------------------- | -| `=` | Alignment around 1st equals sign (and the likes) | `:'<,'>EasyAlign =` | -| `2=` | Alignment around 2nd equals sign (and the likes) | `:'<,'>EasyAlign 2=` | -| `3=` | Alignment around 3rd equals sign (and the likes) | `:'<,'>EasyAlign 3=` | -| `*=` | Alignment around all equals signs (and the likes) | `:'<,'>EasyAlign *=` | -| `` | Alignment around 1st space | `:'<,'>EasyAlign \ ` | -| `2` | Alignment around 2nd space | `:'<,'>EasyAlign 2\ ` | -| `:` | Alignment around 1st colon | `:'<,'>EasyAlign :` | -| ... | ... | | +| With visual map | Description | Equivalent command | +| ----------------- | ------------------------------------------------- | -------------------- | +| `=` | Alignment around 1st equals sign (and the likes) | `:'<,'>EasyAlign=` | +| `2=` | Alignment around 2nd equals sign (and the likes) | `:'<,'>EasyAlign2=` | +| `3=` | Alignment around 3rd equals sign (and the likes) | `:'<,'>EasyAlign3=` | +| `*=` | Alignment around all equals signs (and the likes) | `:'<,'>EasyAlign*=` | +| `` | Alignment around 1st space | `:'<,'>EasyAlign\ ` | +| `2` | Alignment around 2nd space | `:'<,'>EasyAlign2\ ` | +| `:` | Alignment around 1st colon | `:'<,'>EasyAlign:` | +| ... | ... | | Defining custom alignment rules -------------------------------