Merge pull request #12 from fsareshwala/master

readme: fix tail comma disabled example
This commit is contained in:
Alex Yatskov 2017-06-07 13:22:19 -07:00 committed by GitHub
commit 135bb7b31e

View File

@ -106,11 +106,11 @@ file basis using `ftplugin` or `autocmd`. For example, the `argwrap_tail_comma`
*Tail comma disabled (default)* *Tail comma disabled (default)*
``` ```
Foo( r = [
wibble, 2,
wobble, 3,
wubble 5
) ]
``` ```
*Tail comma enabled for square brackets only (`let g:argwrap_tail_comma_braces = '['`)* *Tail comma enabled for square brackets only (`let g:argwrap_tail_comma_braces = '['`)*