From a2eccef1861e2c0be988bc182d7b14be94ebc9ed Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 24 Jul 2018 17:06:35 +1200 Subject: First version --- doc/quickfix_auto_open.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/quickfix_auto_open.txt (limited to 'doc') diff --git a/doc/quickfix_auto_open.txt b/doc/quickfix_auto_open.txt new file mode 100644 index 0000000..c9fc24b --- /dev/null +++ b/doc/quickfix_auto_open.txt @@ -0,0 +1,24 @@ +*quickfix_auto_open.txt* For Vim version 7.0 Last change: 2018 Jul 24 + +DESCRIPTION *quickfix_auto_open* + +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. + +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* + +Original commands were found in romainl's "minivimrc" project on GitHub: + + +Plugin packaging and documentation by by Tom Ryder . + +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: -- cgit v1.2.3