Lines Matching refs:efm
484 echo getqflist({'efm' : '%f#%l#%m', 'lines' : ['F1#10#Line']})
759 " parse text using a custom 'efm' and return a quickfix list
760 :echo getqflist({'lines' : ['a.c#10#Line 10'], 'efm':'%f#%l#%m'}).items
802 " parse text using a custom efm and add to a particular quickfix list
804 \ 'lines' : ["a.c#10#L10", "b.c#20#L20"], 'efm':'%f#%l#%m'})
1363 multiple compilers. See |efm-entries|.
1371 |efm-entries| for how to deal with them. Note that a literal "%" is matched
1471 %> for next line start with current pattern again |efm-%>|
1474 These can be used with '+' and '-', see |efm-ignore| below.
1487 :set efm=%EError\ %n,%Cline\ %l,%Ccolumn\ %c,%Z%m
1515 :set efm=%C\ %.%#,%A\ \ File\ \"%f\"\\,\ line\ %l%.%#,%Z%[%^\ ]%\\@=%m
1523 *efm-%>*
1532 :set efm=xxx,%E%>Error in line %l of %f:,%Z%m
1538 setlocal efm=aa,bb,cc,dd,ee
1571 :set efm=%+P[%f],(%l\\,%c)%*[\ ]%t%*[^:]:\ %m,%-Q
1589 Ignoring and using whole messages *efm-ignore*
1628 Multiple entries in 'errorformat' *efm-entries*
1800 :set efm=%A%f:%l:%c:%*\\d:%*\\d:,
1809 :setl efm=%f:%l:%v:%*\\d:%*\\d:%*\\s%m
1814 :setl efm=%A%f:%l:\ %m,%-Z%p^,%-C%.%#
1816 :setl efm=%A%f:%l:\ %m,%+Z%p^,%+C%.%#,%-G%.%#
1838 :set efm=%A\ %#[javac]\ %f:%l:\ %m,%-Z\ %#[javac]\ %p^,%-C%.%#
1848 :set efm=\ %#[javac]\ %#%f:%l:%c:%*\\d:%*\\d:\ %t%[%^:]%#:%m,
1853 :set efm=jade:%f:%l:%c:%t:%m
1875 :set efm=%E!\ LaTeX\ %trror:\ %m,
1998 call setqflist([], ' ', {'lines' : v:oldfiles, 'efm' : '%f',