aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-08-02 11:13:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-08-02 11:13:00 +1200
commit3a44179556df901d3af718210af165060eb04aab (patch)
tree07a952892280a8c450009ab3e7f509828256ea8e
parentMerge branch 'release/v2.1.0' into develop (diff)
downloadvim-redact-pass-3a44179556df901d3af718210af165060eb04aab.tar.gz
vim-redact-pass-3a44179556df901d3af718210af165060eb04aab.zip
Format option names in README.md
-rw-r--r--README.md5
1 files 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.