Don't backup unreadable files

This commit is contained in:
Hunter Haugen 2011-06-03 14:46:54 -07:00
parent e4e760eeb1
commit 9df6082ea0

4
.vimrc
View file

@ -348,6 +348,10 @@ if has("autocmd")
autocmd BufRead,BufNewFile *.txt
\ set nonumber tw=80
augroup END
augroup gnupg " {{{3
autocmd BufRead,BufNewFile *.gpg
\ set nobackup
augroup END
augroup helphelp " {{{3
" For help files, move them to the top window and make <Return>
" behave like <C-]> (jump to tag)