aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-08-02 11:15:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-08-02 11:15:50 +1200
commit337e7498e2b483e79c9abb33a2feb670655b23dc (patch)
tree7e2dd3179d503271000e73caeec4817e959863bc
parentMerge branch 'release/v2.1.0' (diff)
parentBump VERSION (diff)
downloadvim-redact-pass-337e7498e2b483e79c9abb33a2feb670655b23dc.tar.gz
vim-redact-pass-337e7498e2b483e79c9abb33a2feb670655b23dc.zip
Merge branch 'release/v2.2.0'v2.2.0
* release/v2.2.0: Correct a grammar error Format option names in README.md
-rw-r--r--README.md9
-rw-r--r--VERSION2
2 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index d0b4fdb..8b873fd 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,15 @@
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.
-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!
diff --git a/VERSION b/VERSION
index 7ec1d6d..ccbccc3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.0
+2.2.0