From 7c9355d8471b76c8338a54246e90c4af4bb747eb Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sat, 23 Dec 2017 14:38:19 -0600 Subject: [PATCH] package publish --- doc/ats.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ats.txt b/doc/ats.txt index 5025041..64a2c29 100644 --- a/doc/ats.txt +++ b/doc/ats.txt @@ -1,4 +1,4 @@ -*ats* ATS environment in vim +*ats* ATS environment for vim ===================================================================== CONTENTS *ATSContents* @@ -12,7 +12,7 @@ Section 1: Usage *ATSUsage* By default, ats-vim provides one command, viz. :Format *:Format* - Run atsfmt on current file and reload with changes> + Run atsfmt on current file and reload with changes, e.g. > :Format < @@ -25,6 +25,6 @@ Values: 0, 1 Default: 0 When set to 1, the current buffer will be formatted every time it is -written to.> +written to. > let g:ats_autoformat='1' <