Merge pull request #12 from fsareshwala/master
readme: fix tail comma disabled example
This commit is contained in:
commit
135bb7b31e
10
README.md
10
README.md
@ -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 = '['`)*
|
||||||
|
Loading…
Reference in New Issue
Block a user