diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-24 01:56:43 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-06-24 01:56:43 +1200 |
commit | 629eaadc213e2a1b9c95a6a50f63b35245e25865 (patch) | |
tree | 550e0007aa42947404bd2e45ead7c10e56646e7f /contrib/vim/redact_pass.txt | |
parent | 8d4604923072c523fbe1ab9ef6cfed61e7ae4bc5 (diff) | |
download | pass-629eaadc213e2a1b9c95a6a50f63b35245e25865.tar.gz pass-629eaadc213e2a1b9c95a6a50f63b35245e25865.tar.bz2 pass-629eaadc213e2a1b9c95a6a50f63b35245e25865.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | contrib/vim/redact_pass.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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! |