aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-28 21:47:01 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-28 21:50:10 +1300
commit4f32a207195440c39d66394da451862f2e92ce92 (patch)
tree3e36709b6d4b602f80e3b8208c845cca1d9bc974 /doc
parentFirst version (diff)
downloadvim-quickfix-auto-open-4f32a207195440c39d66394da451862f2e92ce92.tar.gz
vim-quickfix-auto-open-4f32a207195440c39d66394da451862f2e92ce92.zip
New version handles :lhelpgrep
Diffstat (limited to 'doc')
-rw-r--r--doc/quickfix_auto_open.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/quickfix_auto_open.txt b/doc/quickfix_auto_open.txt
index c9fc24b..745d882 100644
--- a/doc/quickfix_auto_open.txt
+++ b/doc/quickfix_auto_open.txt
@@ -1,9 +1,9 @@
-*quickfix_auto_open.txt* For Vim version 7.0 Last change: 2018 Jul 24
+*quickfix_auto_open.txt* For Vim version 7.0 Last change: 2018 Dec 28
DESCRIPTION *quickfix_auto_open*
-This is a tiny plugin packaging of hooks to automatically open the quickfix
-and location lists when a command that changes their contents is run.
+This is a tiny plugin packaging of hooks to automatically open relevant
+quickfix and location lists when a command that changes their contents is run.
REQUIREMENTS *quickfix_auto_open-requirements*
@@ -12,10 +12,13 @@ This plugin is only available if 'compatible' is not set. It also requires the
AUTHOR *quickfix_auto_open-author*
-Original commands were found in romainl's "minivimrc" project on GitHub:
+The original commands that do essentially all of this come from Romain
+Lafourcade (romainl)'s "minivimrc" project on GitHub:
<https://github.com/romainl/minivimrc>
-Plugin packaging and documentation by by Tom Ryder <tom@sanctum.geek.nz>.
+Tom Ryder (tejr) extended them just a bit to handle the slightly different
+behavior of |:lhelpgrep|, and packaged and documented them for this
+distribution.
LICENSE *quickfix_auto_open-license*