Update an example rule

This commit is contained in:
Junegunn Choi
2013-07-15 10:02:33 +09:00
parent 3ee8cdfd9e
commit 3e700c6ce4

View File

@@ -222,7 +222,7 @@ Then we get,
```vim
let g:easy_align_delimiters = {
\ '>': { 'pattern': '>>\|=>\|>' },
\ '/': { 'pattern': '//\+' },
\ '/': { 'pattern': '//\+\|/\*\|\*/' },
\ '#': { 'pattern': '#\+' },
\ ']': {
\ 'pattern': '[\[\]]',