removes unnecessary spaces in command examples

This commit is contained in:
Junegunn Choi
2013-04-21 09:34:05 +09:00
parent 503c8c860f
commit 9a2a1e8e8f

View File

@@ -40,14 +40,14 @@ Alignment rules for the following delimiters have been crafted to meet the most
### Example command sequences ### Example command sequences
| With visual map | Description | Equivalent command | | With visual map | Description | Equivalent command |
| ----------------- | ------------------------------------------------- | --------------------- | | ----------------- | ------------------------------------------------- | -------------------- |
| `<Enter>=` | Alignment around 1st equals sign (and the likes) | `:'<,'>EasyAlign =` | | `<Enter>=` | Alignment around 1st equals sign (and the likes) | `:'<,'>EasyAlign=` |
| `<Enter>2=` | Alignment around 2nd equals sign (and the likes) | `:'<,'>EasyAlign 2=` | | `<Enter>2=` | Alignment around 2nd equals sign (and the likes) | `:'<,'>EasyAlign2=` |
| `<Enter>3=` | Alignment around 3rd equals sign (and the likes) | `:'<,'>EasyAlign 3=` | | `<Enter>3=` | Alignment around 3rd equals sign (and the likes) | `:'<,'>EasyAlign3=` |
| `<Enter>*=` | Alignment around all equals signs (and the likes) | `:'<,'>EasyAlign *=` | | `<Enter>*=` | Alignment around all equals signs (and the likes) | `:'<,'>EasyAlign*=` |
| `<Enter><space>` | Alignment around 1st space | `:'<,'>EasyAlign \ ` | | `<Enter><space>` | Alignment around 1st space | `:'<,'>EasyAlign\ ` |
| `<Enter>2<space>` | Alignment around 2nd space | `:'<,'>EasyAlign 2\ ` | | `<Enter>2<space>` | Alignment around 2nd space | `:'<,'>EasyAlign2\ ` |
| `<Enter>:` | Alignment around 1st colon | `:'<,'>EasyAlign :` | | `<Enter>:` | Alignment around 1st colon | `:'<,'>EasyAlign:` |
| ... | ... | | | ... | ... | |
Defining custom alignment rules Defining custom alignment rules