password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit f152064da9832d6d3d2b4e75f43f63bf2d50716f
parent 06f499994071bb6131244218b25d637103afe1d5
Author: Tom Ryder <tom@sanctum.geek.nz>
Date:   Thu, 15 Oct 2020 01:13:51 +1300

Add a :redraw to redact_pass.vim before diag print

Works around issues with some popular colorschemes in v8.1.  Problem
reported and fix suggested by Jeff Weston.

Diffstat:
Mcontrib/vim/redact_pass.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/contrib/vim/redact_pass.vim b/contrib/vim/redact_pass.vim @@ -35,6 +35,7 @@ function! s:CheckArgsRedact() " 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