package publish

This commit is contained in:
Vanessa McHale 2017-12-23 14:38:19 -06:00
parent ea38453dcd
commit 7c9355d847
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
*ats* ATS environment in vim *ats* ATS environment for vim
===================================================================== =====================================================================
CONTENTS *ATSContents* CONTENTS *ATSContents*
@ -12,7 +12,7 @@ Section 1: Usage *ATSUsage*
By default, ats-vim provides one command, viz. By default, ats-vim provides one command, viz.
:Format *:Format* :Format *:Format*
Run atsfmt on current file and reload with changes> Run atsfmt on current file and reload with changes, e.g. >
:Format :Format
< <
@ -25,6 +25,6 @@ Values: 0, 1
Default: 0 Default: 0
When set to 1, the current buffer will be formatted every time it is When set to 1, the current buffer will be formatted every time it is
written to.> written to. >
let g:ats_autoformat='1' let g:ats_autoformat='1'
< <