Don't backup unreadable files
This commit is contained in:
parent
e4e760eeb1
commit
9df6082ea0
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue