1
Fork 0

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
1 changed files with 5 additions and 5 deletions

View File

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