From f152064da9832d6d3d2b4e75f43f63bf2d50716f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 15 Oct 2020 01:13:51 +1300 Subject: 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. --- contrib/vim/redact_pass.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/vim/redact_pass.vim b/contrib/vim/redact_pass.vim index a3d67e8..008c8c1 100644 --- 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 -- cgit v1.2.3