From 97e019dbe8459d34108212e905b63142ac194108 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 6 Jun 2018 16:52:19 +1200 Subject: Disable 'writebackup' too --- plugin/redact_pass.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/redact_pass.vim b/plugin/redact_pass.vim index 9dc990c..75776d6 100644 --- a/plugin/redact_pass.vim +++ b/plugin/redact_pass.vim @@ -33,6 +33,7 @@ function! s:RedactPass() " Unset options setlocal nobackup + setlocal nowritebackup setlocal noswapfile if has('viminfo') setlocal viminfo= -- cgit v1.2.3