aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-04 13:57:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-04 13:57:52 +1200
commitec39dea7ae43434cc8fabc6f05cb2db81d816a67 (patch)
tree448e4c40375b9f2e6647ced62420547d0e1d7bb6 /doc
parentSimplify back to romainl's original commands (diff)
downloadvim-quickfix-auto-open-ec39dea7ae43434cc8fabc6f05cb2db81d816a67.tar.gz
vim-quickfix-auto-open-ec39dea7ae43434cc8fabc6f05cb2db81d816a67.zip
Make :lhelpgrep work with a deferred autocmd
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 553de9d..28fe342 100644
--- a/doc/quickfix_auto_open.txt
+++ b/doc/quickfix_auto_open.txt
@@ -1,4 +1,4 @@
-*quickfix_auto_open.txt* For Vim version 7.0 Last change: 2019 May 25
+*quickfix_auto_open.txt* For Vim version 7.0 Last change: 2019 Jun 4
DESCRIPTION *quickfix_auto_open*
@@ -7,13 +7,16 @@ quickfix and location lists when a command that changes their contents is run.
REQUIREMENTS *quickfix_auto_open-requirements*
-This plugin is only available if 'compatible' is not set. It also requires
-the |+autocmd| feature.
+This plugin is only available if 'compatible' is not set.
AUTHOR *quickfix_auto_open-author*
-The original commands are from Romain Lafourcade (romainl)'s "minivimrc"
-project on GitHub: <https://github.com/romainl/minivimrc>
+Written and maintained by Tom Ryder <tom@sanctum.geek.nz>. The original
+commands are from Romain Lafourcade (romainl)'s "minivimrc" project on GitHub:
+<https://github.com/romainl/minivimrc>
+
+The only substantial changes to the original `autocmd` definitions are
+special handling for the unique behaviour of |:lhelpgrep:|.
LICENSE *quickfix_auto_open-license*