Update g:easy_align_delimiters example in README

This commit is contained in:
Junegunn Choi
2013-08-12 01:58:31 +09:00
parent 8805ec3834
commit 0546969c6b

View File

@@ -342,7 +342,7 @@ let g:easy_align_delimiters = {
\ 'stick_to_left': 0
\ },
\ 'd': {
\ 'pattern': '\s\+\(\S\+\s*[;=]\)\@=',
\ 'pattern': ' \(\S\+\s*[;=]\)\@=',
\ 'left_margin': 0,
\ 'right_margin': 0
\ }