From c571425d52069cd4651ff8f9719f1124fcf30937 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sun, 12 Oct 2014 12:07:45 -0500 Subject: [PATCH] Use setlocal --- .vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/vimrc b/.vim/vimrc index dc0ba57..9985892 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -60,7 +60,7 @@ au BufNewFile,BufRead *.txt set ft=text au FileType text set tw=72 spell spelllang=en_us nonumber au FileType mail set tw=72 spell spelllang=en_us nonumber -au FileType gitcommit set tw=72 spell spelllang=en_us nonumber +au FileType gitcommit setlocal tw=72 spell spelllang=en_us nonumber au BufNewFile,BufEnter *.phtml set tabstop=2 shiftwidth=2 softtabstop=2 au BufNewFile,BufEnter *.twig set tabstop=2 shiftwidth=2 softtabstop=2 ft=htmljinja au FileType html set tabstop=2 shiftwidth=2 softtabstop=2