comparison runtime/doc/quickfix.txt @ 7701:075810b0cb6c v7.4.1149

commit https://github.com/vim/vim/commit/d6357e8f93c50f984ffd69c3a0d247d8603f86c3 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 21 21:48:09 2016 +0100 patch 7.4.1149 Problem: Using the local value of 'errorformat' causes more problems than it solves. Solution: Revert 7.4.1013.
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Jan 2016 22:00:04 +0100
parents e7874551bb34
children 41768bcebc9b
comparison
equal deleted inserted replaced
7700:4d586e4be125 7701:075810b0cb6c
215 215
216 *:cex* *:cexpr* *E777* 216 *:cex* *:cexpr* *E777*
217 :cex[pr][!] {expr} Create a quickfix list using the result of {expr} and 217 :cex[pr][!] {expr} Create a quickfix list using the result of {expr} and
218 jump to the first error. 218 jump to the first error.
219 If {expr} is a String, then each new-line terminated 219 If {expr} is a String, then each new-line terminated
220 line in the String is processed using the value 220 line in the String is processed using the global value
221 of 'errorformat' (buffer-local value if it was set) 221 of 'errorformat' and the result is added to the
222 and the result is added to the quickfix list. 222 quickfix list.
223 If {expr} is a List, then each String item in the list 223 If {expr} is a List, then each String item in the list
224 is processed and added to the quickfix list. Non 224 is processed and added to the quickfix list. Non
225 String items in the List are ignored. 225 String items in the List are ignored.
226 See |:cc| for [!]. 226 See |:cc| for [!].
227 Examples: > 227 Examples: >