From 08b2ff9bc58a442f11b52ccb3e286aa5e1c0686a Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 25 Mar 2015 14:40:04 +0900 Subject: [PATCH] Updating documentation --- doc/argwrap.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/argwrap.txt b/doc/argwrap.txt index 134da4c..140329e 100644 --- a/doc/argwrap.txt +++ b/doc/argwrap.txt @@ -42,7 +42,7 @@ INSTALLATION *argwrap-installation* * g:argwrap_wrap_closing_brace or b:argwrap_wrap_closing_brace Specifies if the closing brace should be wrapped to a new line. This - setting is helpful when working with languages such as Google's Go, + setting is helpful when working with languages such as Google's Go which enforce coding style during compliation. Brace wrapping enabled (default)