aboutsummaryrefslogtreecommitdiff
path: root/doc/quickfix_auto_open.txt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-04 13:59:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-04 13:59:32 +1200
commit9a3808f3b217f9cfc95d93ec111d33a0c239e922 (patch)
tree1152ca269eea31058672b0cf45df836a5c344c08 /doc/quickfix_auto_open.txt
parentMerge branch 'release/v1.0.0' (diff)
parentBump VERSION (diff)
downloadvim-quickfix-auto-open-9a3808f3b217f9cfc95d93ec111d33a0c239e922.tar.gz
vim-quickfix-auto-open-9a3808f3b217f9cfc95d93ec111d33a0c239e922.zip
Merge branch 'release/v2.0.0'v2.0.0
* release/v2.0.0: Make :lhelpgrep work with a deferred autocmd
Diffstat (limited to 'doc/quickfix_auto_open.txt')
-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*