aboutsummaryrefslogtreecommitdiff
path: root/doc/quickfix_auto_open.txt
blob: 745d882858964753a019a1956567ae8a37e2af0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
*quickfix_auto_open.txt*	For Vim version 7.0	Last change: 2018 Dec 28

DESCRIPTION					*quickfix_auto_open*

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.

REQUIREMENTS					*quickfix_auto_open-requirements*

This plugin is only available if 'compatible' is not set. It also requires the
|+autocmd| feature.

AUTHOR						*quickfix_auto_open-author*

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						*quickfix_auto_open-license*

Licensed for distribution under the same terms as Vim itself (see |license|).

 vim:tw=78:ts=8:ft=help:norl: