aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-10-14 14:57:46 +1300
committerTom Ryder <tom@sanctum.geek.nz>2020-10-14 14:58:04 +1300
commit0fa145b0014c57e21eadd251eb69c61c0598a038 (patch)
treee6a17b5caefa7daf52d5f499e3cd22580b8afc84
parentMerge branch 'release/v2.2.0' (diff)
parentAdd :redraw just before diagnostic print (diff)
downloadvim-redact-pass-2.2.1.tar.gz (sig)
vim-redact-pass-2.2.1.zip
Merge branch 'hotfix/v2.2.1'v2.2.1
* hotfix/v2.2.1: Add :redraw just before diagnostic print
-rw-r--r--VERSION2
-rw-r--r--autoload/redact_pass.vim1
2 files changed, 2 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index ccbccc3..c043eea 100644
--- a/VERSION
+++ b/VERSION
@@ -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