fix to process unmatched tokens in right-justficiation mode

This commit is contained in:
Junegunn Choi
2013-05-06 00:28:31 +09:00
parent 078e8b08fd
commit 8591c888bf
3 changed files with 4 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ let g:easy_align_delimiters = {
Handling unmatched lines
------------------------
EasyAlign by default ignores lines without the matching delimiters.
EasyAlign by default ignores lines without the matching delimiters (except in right-justification mode).
This is to ignore interleaved comments commonly found in code.
For example, when aligning the following code block,