Vim: GNU indents for Vala.

This commit is contained in:
Kolan Sh 2012-11-20 11:45:07 +04:00
parent 59a4a156b0
commit 22cbc60cbc
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -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