aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-28 21:50:37 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-28 21:50:37 +1300
commit2347ea43e5078932663fe46e6ff9e35de54765a2 (patch)
tree1157d25d227a053635ab8081a9bf4cd8875cd002 /README.md
parentFirst version (diff)
parentAdd VERSION (diff)
downloadvim-quickfix-auto-open-2347ea43e5078932663fe46e6ff9e35de54765a2.tar.gz
vim-quickfix-auto-open-2347ea43e5078932663fe46e6ff9e35de54765a2.zip
Merge branch 'release/v0.2.0'v0.2.0
* release/v0.2.0: Add VERSION 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/