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