This commit is contained in:
Junegunn Choi
2013-04-29 11:27:39 +09:00
parent 9a2a1e8e8f
commit ad664f696c

View File

@@ -55,6 +55,7 @@ Defining custom alignment rules
```vim
let g:easy_align_delimiters = {
\ '>': { 'pattern': '>>\|=>\|>' },
\ '/': { 'pattern': '//*' },
\ 'x': {
\ 'pattern': '[xX]',