diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-06 16:52:19 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-06 16:52:19 +1200 |
commit | 97e019dbe8459d34108212e905b63142ac194108 (patch) | |
tree | d70c3b3e3aeb26286dead30fb81cbac5a586219e | |
parent | Add 'viminfo' feature test (diff) | |
download | vim-redact-pass-0.1.0.tar.gz (sig) vim-redact-pass-0.1.0.zip |
Disable 'writebackup' toov0.1.0
-rw-r--r-- | plugin/redact_pass.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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= |