support negative modifier (backward scan)

This commit is contained in:
Junegunn Choi
2013-05-13 02:43:29 +09:00
parent 32224d88f2
commit 1e627366e7
3 changed files with 43 additions and 13 deletions

View File

@@ -26,6 +26,8 @@ With this mapping, you can align selected lines with a few keystrokes.
2 Alignment around 2nd delimiters
...
* Alignment around all delimiters (recursive)
- Alignment around the last delimieters
-2 Alignment around the one before the last delimieters
4. Delimiter
<space> General alignment around whitespaces
= Operators containing equals sign (=, ==, !=, +=, &&=, ...)
@@ -46,6 +48,7 @@ Examples:
<Enter><space> Alignment around 1st whitespace
<Enter>2<space> Alignment around 2nd whitespace
<Enter>: Alignment around 1st colon
<Enter>-} Alignment around the last closing braces
EasyAlignRight *EasyAlignRight*