diff options
Diffstat (limited to '.vimrc')
-rwxr-xr-x | .vimrc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.vimrc b/.vimrc index 136f313..9c87781 100755 --- a/.vimrc +++ b/.vimrc @@ -83,14 +83,14 @@ endfun autocmd BufReadPost * silent! normal! :call RestoreScrollPosition() " spooky vim backups stolen from official example config -if has("vms") - set nobackup " do not keep a backup file, use versions instead -else - set backup " keep a backup file (restore to previous version) - if has('persistent_undo') - set undofile " keep an undo file (undo changes after closing) - endif -endif +" if has("vms") +" set nobackup " do not keep a backup file, use versions instead +" else +" set backup " keep a backup file (restore to previous version) +" if has('persistent_undo') +" set undofile " keep an undo file (undo changes after closing) +" endif +" endif " disable default language-specific indentation behavior " (this doesn't actually work as an autocmd, instead copy-paste |