aboutsummaryrefslogblamecommitdiff
path: root/doc/quickfix_auto_open.txt
blob: 28fe342089482ee0e309ecd78f2d25d2b1dfb392 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                               


                                                                    

                                                                              


                                                                                 
                                                         


                                                                           





                                                                              





                                                                             
*quickfix_auto_open.txt*	For Vim version 7.0	Last change: 2019 Jun 4

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.

AUTHOR						*quickfix_auto_open-author*

Written and maintained by Tom Ryder <tom@sanctum.geek.nz>.  The original
commands are from Romain Lafourcade (romainl)'s "minivimrc" project on GitHub:
<https://github.com/romainl/minivimrc>

The only substantial changes to the original `autocmd` definitions  are
special handling for the unique behaviour of |:lhelpgrep:|.

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: