aboutsummaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parentFirst version (diff)
downloadvim-quickfix-auto-open-4f32a207195440c39d66394da451862f2e92ce92.tar.gz
vim-quickfix-auto-open-4f32a207195440c39d66394da451862f2e92ce92.zip
New version handles :lhelpgrep
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/