From 44f52e46024ba628d2e0c2670ac04629a0158370 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sat, 23 Dec 2017 14:50:03 -0600 Subject: [PATCH] package publish --- ftplugin/ats.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftplugin/ats.vim b/ftplugin/ats.vim index 8fd73d7..9071bfe 100644 --- a/ftplugin/ats.vim +++ b/ftplugin/ats.vim @@ -25,4 +25,4 @@ if g:ats_autoformat == 1 augroup END endif -command Format call AtsFormat() +command -nargs=0 Format call AtsFormat()