diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-12-28 21:47:01 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-12-28 21:50:10 +1300 |
commit | 4f32a207195440c39d66394da451862f2e92ce92 (patch) | |
tree | 3e36709b6d4b602f80e3b8208c845cca1d9bc974 /README.md | |
parent | First version (diff) | |
download | vim-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.md | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -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/ |