From 22cbc60cbca5723d94c9bbfee3e0e1bd8bd692cf Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Tue, 20 Nov 2012 11:45:07 +0400 Subject: [PATCH] Vim: GNU indents for Vala. --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index d1b1dca..5be53a1 100644 --- a/.vimrc +++ b/.vimrc @@ -26,7 +26,7 @@ function! GnuIndent() setlocal tabstop=8 endfunction -au FileType c,cpp,vala call GnuIndent() +au FileType c,cpp call GnuIndent() " отключение бэкапов set nobackup