From 3a44179556df901d3af718210af165060eb04aab Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 2 Aug 2019 11:13:00 +1200 Subject: Format option names in README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0b4fdb..e5f62e4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ redact\_pass.vim ================ -This plugin switches off the 'viminfo', 'backup', 'writebackup', 'swapfile', -and 'undofile' options globally when editing a password in `pass(1)`. +This plugin switches off the `'viminfo'`, `'backup'`, `'writebackup'`, +`'swapfile'`, 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. -- cgit v1.2.3 From fd0ca4ad0db49e6901a28a49a8f77bc938d2c0a8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 2 Aug 2019 11:14:16 +1200 Subject: Correct a grammar error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5f62e4..8b873fd 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ This plugin switches off the `'viminfo'`, `'backup'`, `'writebackup'`, 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 From 4dd814b540b5e925284b7edae75cec02d211fcb2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 2 Aug 2019 11:15:43 +1200 Subject: Bump VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7ec1d6d..ccbccc3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0 +2.2.0 -- cgit v1.2.3