aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/quickfix.txt
diff options
context:
space:
mode:
authorJakob Schnitzer <mail@jakobschnitzer.de>2015-09-17 10:08:36 +0200
committerJakob Schnitzer <mail@jakobschnitzer.de>2015-09-17 19:38:19 +0200
commit5d8f06fdc7f16b16fa958442032e72a88843c590 (patch)
treeb1e45883cf64fc213846166dcbb5f3f5bdfe17cb /runtime/doc/quickfix.txt
parentc416e6874e7382721e52720983cd8c283dd738f1 (diff)
downloadrneovim-5d8f06fdc7f16b16fa958442032e72a88843c590.tar.gz
rneovim-5d8f06fdc7f16b16fa958442032e72a88843c590.tar.bz2
rneovim-5d8f06fdc7f16b16fa958442032e72a88843c590.zip
doc: feature-refs cleanup
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r--runtime/doc/quickfix.txt15
1 files changed, 7 insertions, 8 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index 419629faf0..577b636d32 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -273,9 +273,9 @@ deleted for some reason, the message "line changed" is shown to warn you that
the error location may not be correct. If you quit Vim and start again the
marks are lost and the error locations may not be correct anymore.
-If vim is built with |+autocmd| support, two autocommands are available for
-running commands before and after a quickfix command (':make', ':grep' and so
-on) is executed. See |QuickFixCmdPre| and |QuickFixCmdPost| for details.
+Two autocommands are available for running commands before and after a
+quickfix command (':make', ':grep' and so on) is executed. See
+|QuickFixCmdPre| and |QuickFixCmdPost| for details.
*QuickFixCmdPost-example*
When 'encoding' differs from the locale, the error messages may have a
@@ -440,8 +440,8 @@ lists, use ":cnewer 99" first.
4. Using :make *:make_makeprg*
*:mak* *:make*
-:mak[e][!] [arguments] 1. If vim was built with |+autocmd|, all relevant
- |QuickFixCmdPre| autocommands are executed.
+:mak[e][!] [arguments] 1. All relevant |QuickFixCmdPre| autocommands are
+ executed.
2. If the 'autowrite' option is on, write any changed
buffers
3. An errorfile name is made from 'makeef'. If
@@ -453,9 +453,8 @@ lists, use ":cnewer 99" first.
errorfile (for Unix it is also echoed on the
screen).
5. The errorfile is read using 'errorformat'.
- 6. If vim was built with |+autocmd|, all relevant
- |QuickFixCmdPost| autocommands are executed.
- See example below.
+ 6. All relevant |QuickFixCmdPost| autocommands are
+ executed. See example below.
7. If [!] is not given the first error is jumped to.
8. The errorfile is deleted.
9. You can now move through the errors with commands