From 041a48b28f4feade44222c142b6f59dbd8bc7b30 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 2 Oct 2017 21:06:01 -0700 Subject: [PATCH] Updating README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cd581a4..f286fd6 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ global variables (prefixed with `g:`), making them ideal for configuring the beh file basis using `ftplugin` or `autocmd`. For example, the `argwrap_tail_comma` variable has two variants declared as `b:argwrap_tail_comma` and `g:argwrap_tail_comma`, for buffer and global scopes respectively. -* **argwrap_line_prefix** +* **argwrap\_line\_prefix** Specifies a line prefix to be added and removed when working with languages that require newlines to be escaped. @@ -55,7 +55,7 @@ file basis using `ftplugin` or `autocmd`. For example, the `argwrap_tail_comma` \) ``` -* **argwrap_padded_braces** +* **argwrap\_padded\_braces** Specifies which brace types should be padded on the inside with spaces. @@ -75,7 +75,7 @@ file basis using `ftplugin` or `autocmd`. For example, the `argwrap_tail_comma` *Padding can be specified for multiple brace types (`let g:argwrap_padded_braces = '[{'`)* -* **argwrap_tail_comma** +* **argwrap\_tail\_comma** Specifies if any closing brace should be preceded with a comma when wrapping lines. @@ -99,7 +99,7 @@ file basis using `ftplugin` or `autocmd`. For example, the `argwrap_tail_comma` ) ``` -* **argwrap_tail_comma_braces** +* **argwrap\_tail\_comma\_braces** Specifies which closing brace should be preceded with a comma when wrapping lines. @@ -123,7 +123,7 @@ file basis using `ftplugin` or `autocmd`. For example, the `argwrap_tail_comma` ] ``` -* **argwrap_wrap_closing_brace** +* **argwrap\_wrap\_closing\_brace** Specifies if the closing brace should be wrapped to a new line.