diff options
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | autoload/redact_pass.vim | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1 +1 @@ -2.2.0 +2.2.1 diff --git a/autoload/redact_pass.vim b/autoload/redact_pass.vim index afcf6e4..4fb1a1f 100644 --- a/autoload/redact_pass.vim +++ b/autoload/redact_pass.vim @@ -18,6 +18,7 @@ function! redact_pass#() abort " Tell the user what we're doing so they know this worked, via a message and " a global variable they can check + redraw echomsg 'Editing password file--disabled leaky options!' let g:redact_pass_redacted = 1 |