aboutsummaryrefslogtreecommitdiff
path: root/doc/quickfix_auto_open.txt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-24 17:06:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-24 17:06:35 +1200
commita2eccef1861e2c0be988bc182d7b14be94ebc9ed (patch)
treec0abe0d25df4ff53da58ce617eb228e424e61930 /doc/quickfix_auto_open.txt
downloadvim-quickfix-auto-open-a2eccef1861e2c0be988bc182d7b14be94ebc9ed.tar.gz
vim-quickfix-auto-open-a2eccef1861e2c0be988bc182d7b14be94ebc9ed.zip
First versionv0.1.0
Diffstat (limited to 'doc/quickfix_auto_open.txt')
-rw-r--r--doc/quickfix_auto_open.txt24
1 files changed, 24 insertions, 0 deletions
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:
+<https://github.com/romainl/minivimrc>
+
+Plugin packaging and documentation by by Tom Ryder <tom@sanctum.geek.nz>.
+
+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: