comparison runtime/doc/quickfix.txt @ 647:19106f131c87 v7.0188

updated for version 7.0188
author vimboss
date Thu, 26 Jan 2006 22:25:15 +0000
parents e4fa26ce8769
children 9032e4668296
comparison
equal deleted inserted replaced
646:eeda7c3124c5 647:19106f131c87
1 *quickfix.txt* For Vim version 7.0aa. Last change: 2006 Jan 13 1 *quickfix.txt* For Vim version 7.0aa. Last change: 2006 Jan 26
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
71 :[count]cn[ext][!] Display the [count] next error in the list that 71 :[count]cn[ext][!] Display the [count] next error in the list that
72 includes a file name. If there are no file names at 72 includes a file name. If there are no file names at
73 all, go to the [count] next error. See |:cc| for 73 all, go to the [count] next error. See |:cc| for
74 [!] and 'switchbuf'. 74 [!] and 'switchbuf'.
75 75
76 *:ln* *:lnext* 76 *:lne* *:lnext*
77 :[count]ln[ext][!] Same as ":cnext", except the location list for the 77 :[count]lne[xt][!] Same as ":cnext", except the location list for the
78 current window is used instead of the quickfix list. 78 current window is used instead of the quickfix list.
79 79
80 :[count]cN[ext][!] *:cp* *:cprevious* *:cN* *:cNext* 80 :[count]cN[ext][!] *:cp* *:cprevious* *:cN* *:cNext*
81 :[count]cp[revious][!] Display the [count] previous error in the list that 81 :[count]cp[revious][!] Display the [count] previous error in the list that
82 includes a file name. If there are no file names at 82 includes a file name. If there are no file names at
83 all, go to the [count] previous error. See |:cc| for 83 all, go to the [count] previous error. See |:cc| for
84 [!] and 'switchbuf'. 84 [!] and 'switchbuf'.
85 85
86 *:lp* *:lprevious* *:lN* *:lNext* 86
87 :[count]lN[ext][!] 87 :[count]lN[ext][!] *:lp* *:lprevious* *:lN* *:lNext*
88 :[count]lp[revious][!] Same as ":cNext" and ":cprevious", except the location 88 :[count]lp[revious][!] Same as ":cNext" and ":cprevious", except the location
89 list for the current window is used instead of the 89 list for the current window is used instead of the
90 quickfix list. 90 quickfix list.
91 91
92 *:cnf* *:cnfile* 92 *:cnf* *:cnfile*
105 the list that includes a file name. If there are no 105 the list that includes a file name. If there are no
106 file names at all or if there is no next file, go to 106 file names at all or if there is no next file, go to
107 the [count] previous error. See |:cc| for [!] and 107 the [count] previous error. See |:cc| for [!] and
108 'switchbuf'. 108 'switchbuf'.
109 109
110 *:lpf* *:lpfile* *:lNf* *:lNfile* 110
111 :[count]lNf[ile][!] 111 :[count]lNf[ile][!] *:lpf* *:lpfile* *:lNf* *:lNfile*
112 :[count]lpf[ile][!] Same as ":cNfile" and ":cpfile", except the location 112 :[count]lpf[ile][!] Same as ":cNfile" and ":cpfile", except the location
113 list for the current window is used instead of the 113 list for the current window is used instead of the
114 quickfix list. 114 quickfix list.
115 115
116 *:crewind* *:cr* 116 *:crewind* *:cr*
151 :lf[ile][!] [errorfile] Same as ":cfile", except the location list for the 151 :lf[ile][!] [errorfile] Same as ":cfile", except the location list for the
152 current window is used instead of the quickfix list. 152 current window is used instead of the quickfix list.
153 You can not use the -q command-line option to set 153 You can not use the -q command-line option to set
154 the location list. 154 the location list.
155 155
156 *:cg* *:cgetfile* 156
157 :cg[etfile][!] [errorfile] 157 :cg[etfile][!] [errorfile] *:cg* *:cgetfile*
158 Read the error file. Just like ":cfile" but don't 158 Read the error file. Just like ":cfile" but don't
159 jump to the first error. 159 jump to the first error.
160 160
161 *:lg* *:lgetfile* 161
162 :lg[etfile][!] [errorfile] 162 :lg[etfile][!] [errorfile] *:lg* *:lgetfile*
163 Same as ":cgetfile", except the location list for the 163 Same as ":cgetfile", except the location list for the
164 current window is used instead of the quickfix list. 164 current window is used instead of the quickfix list.
165 165
166 *:caddf* *:caddfile* 166 *:caddf* *:caddfile*
167 :caddf[ile] [errorfile] Read the error file and add the errors from the 167 :caddf[ile] [errorfile] Read the error file and add the errors from the
258 'buftype' equal to "quickfix". Don't change this! 258 'buftype' equal to "quickfix". Don't change this!
259 If there already is a quickfix window, it will be made 259 If there already is a quickfix window, it will be made
260 the current window. It is not possible to open a 260 the current window. It is not possible to open a
261 second quickfix window. 261 second quickfix window.
262 262
263 *:lope* *:lopen* 263 *:lop* *:lopen*
264 :lope[n] [height] Open a window to show the location list for the 264 :lop[en] [height] Open a window to show the location list for the
265 current window. Works only when the location list for 265 current window. Works only when the location list for
266 the current window is present. You can have more than 266 the current window is present. You can have more than
267 one location window opened at a time. Otherewise, 267 one location window opened at a time. Otherwise, it
268 same as ":copen". 268 acts the same same as ":copen".
269 269
270 *:ccl* *:cclose* 270 *:ccl* *:cclose*
271 :ccl[ose] Close the quickfix window. 271 :ccl[ose] Close the quickfix window.
272 272
273 *:lcl* *:lclose* 273 *:lcl* *:lclose*