From 9c4eff9e9a7ac50cb4436388ae159c1c11a896f1 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Sun, 8 Apr 2018 13:58:07 -0500 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 6480f45..414250c 100644 --- a/ftplugin/ats.vim +++ b/ftplugin/ats.vim @@ -19,7 +19,7 @@ endif " indentation rules set smarttab au BufNewFile,BufRead *.*ats - \ set shiftwidth=2 + \ setl shiftwidth=2 " set comment string to something prettier setlocal commentstring=(*\ %s\ *)