readme: fix tail comma disabled example

This commit is contained in:
Faraaz Sareshwala 2017-06-07 12:14:44 -07:00
parent 03a29b3e6c
commit ca7e69fdaa

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 = '['`)*