aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index 12847ba..6e6a96d 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,21 @@
quickfix\_auto\_open.vim
========================
-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.
Credits
-------
-This is just a plugin repackaging of a fragment from romainl's "minivimrc"
-project on GitHub: <https://github.com/romainl/minivimrc>
+The original commands that do essentially all of this come from Romain
+Lafourcade (romainl)'s "minivimrc" project on GitHub:
+<https://github.com/romainl/minivimrc>
+
+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
-------
Distributed under the same terms as Vim itself, probably. See `:help license`.
-
-[1]: https://sanctum.geek.nz/