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' <