diff options
author | James McCoy <jamessan@jamessan.com> | 2017-02-01 21:10:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-01 21:10:33 -0500 |
commit | 05081927744f1942dbe49b17dd58e7c3d5f57916 (patch) | |
tree | 65163934bdd3144bf7b6f234a2e008012f93d20b /runtime/doc/quickfix.txt | |
parent | 3803314f7808838fc8c627915878631383ee612d (diff) | |
parent | 8c09dbf08216b2f3143929f36eaf5e79806980c3 (diff) | |
download | rneovim-05081927744f1942dbe49b17dd58e7c3d5f57916.tar.gz rneovim-05081927744f1942dbe49b17dd58e7c3d5f57916.tar.bz2 rneovim-05081927744f1942dbe49b17dd58e7c3d5f57916.zip |
Merge pull request #6045 from jamessan/vim-a02a551
vim-patch:a02a551,802a0d9,e18dbe8,063b9d1
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r-- | runtime/doc/quickfix.txt | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index e94723f337..0b7907e364 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -30,10 +30,14 @@ positions in files. For example, |:vimgrep| finds pattern matches. You can use the positions in a script with the |getqflist()| function. Thus you can do a lot more than the edit/compile/fix cycle! -You should save your compiler's error messages to a file and start vim with -"vim -q filename". An easy way to do this is with the |:make| command (see -below). The 'errorformat' option should be set to match the error messages -from your compiler (see |errorformat| below). +If you have the error messages in a file you can start Vim with: > + vim -q filename + +From inside Vim an easy way to run a command and handle the output is with the +|:make| command (see below). + +The 'errorformat' option should be set to match the error messages from your +compiler (see |errorformat| below). *location-list* *E776* A location list is similar to a quickfix list and contains a list of positions @@ -42,8 +46,8 @@ have a separate location list. A location list can be associated with only one window. The location list is independent of the quickfix list. When a window with a location list is split, the new window gets a copy of the -location list. When there are no references to a location list, the location -list is destroyed. +location list. When there are no longer any references to a location list, +the location list is destroyed. The following quickfix commands can be used. The location list commands are similar to the quickfix commands, replacing the 'c' prefix in the quickfix |