From 629eaadc213e2a1b9c95a6a50f63b35245e25865 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 24 Jun 2018 01:56:43 +1200 Subject: Simplify filename matching in redact_pass.vim Use the autocmd pattern to match the password filename rather than doing it manually within the called function. --- contrib/vim/redact_pass.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/vim/redact_pass.txt') diff --git a/contrib/vim/redact_pass.txt b/contrib/vim/redact_pass.txt index 86d8a25..62c9d15 100644 --- a/contrib/vim/redact_pass.txt +++ b/contrib/vim/redact_pass.txt @@ -1,4 +1,4 @@ -*redact_pass.txt* For Vim version 6.0 Last change: 2018 June 10 +*redact_pass.txt* For Vim version 6.0 Last change: 2018 June 24 DESCRIPTION *redact_pass* @@ -8,8 +8,8 @@ and 'undofile' options globally when editing a password in `pass(1)`. This is to prevent anyone being able to extract passwords from your Vim cache files in the event of a compromise. -You should test this after installed to ensure you see this message is printed -whenever you `pass edit`: +You should test this after installation to ensure you see this message is +printed whenever you `pass edit`: > Editing password file--disabled leaky options! -- cgit v1.2.3