Home
last modified time | relevance | path

Searched refs:errorformat (Results 1 – 25 of 162) sorted by relevance

1234567

/vim-8.2.3635/runtime/compiler/
H A Dpowershell.vim54 CompilerSet errorformat=%+G+%m
56 CompilerSet errorformat+=%E%*\\S\ :\ %m
58 CompilerSet errorformat+=%CAt\ %f:%l\ char:%c
60 CompilerSet errorformat+=%C%m
62 CompilerSet errorformat+=%Z\\s%#
65 CompilerSet errorformat^=%+G\ \ \ \ +\ %.%#\\s%#:\ %m
67 CompilerSet errorformat^=%-G\ \ \ \ +\ %.%#\\s%#:\ %m
78 CompilerSet errorformat+=At\ %f:%l\ char:%c
H A Drustc.vim25 " Old errorformat (before nightly 2016/08/10)
26 CompilerSet errorformat=
34 " New errorformat (after nightly 2016/08/10)
35 CompilerSet errorformat+=
H A Dmodelsim_vcom.vim16 "setlocal errorformat=\*\*\ %tRROR:\ %f(%l):\ %m,%tRROR:\ %f(%l):\ %m,%tARNING\[%*[0-9]\]:\ %f(%l):…
18 "setlocal errorformat=%tRROR:\ %f(%l):\ %m,%tARNING\[%*[0-9]\]:\ %m
19 CompilerSet errorformat=\*\*\ %tRROR:\ %f(%l):\ %m,\*\*\ %tRROR:\ %m,\*\*\ %tARNING:\ %m,\*\*\ %tOT…
H A Dtex.vim35 " Value errorformat are taken from vim help, see :help errorformat-LaTeX, with
37 CompilerSet errorformat=%E!\ LaTeX\ %trror:\ %m,
H A Dmsvc.vim11 " The errorformat for MSVC is the default.
12 CompilerSet errorformat&
H A Dpbx.vim15 " The compiler actually is gcc, so the errorformat is unchanged
16 CompilerSet errorformat&
H A Dbcc.vim15 " A workable errorformat for Borland C
16 CompilerSet errorformat=%*[^0-9]%n\ %f\ %l:\ %m
H A Dghc.vim14 CompilerSet errorformat=
22 CompilerSet errorformat+=%-G%.%#
H A Dcs.vim18 CompilerSet errorformat&
19 CompilerSet errorformat+=%f(%l\\,%v):\ %t%*[^:]:\ %m,
H A Dfortran_cv.vim18 " A workable errorformat for Compaq Visual Fortran
19 CompilerSet errorformat=
H A Dfortran_g77.vim19 " Note: The errorformat assumes GNU make
34 CompilerSet errorformat=
H A Dgcc.vim17 CompilerSet errorformat=
39 CompilerSet errorformat+=%-G%.%#
H A Derlang.vim13 CompilerSet errorformat=%f:%l:\ %m
H A Dscdoc.vim16 CompilerSet errorformat=Error\ at\ %l:%c:\ %m,%-G%.%#
H A Dstandard.vim16 CompilerSet errorformat=%f:%l:%c:\ %m,%-G%.%#
H A Dspectral.vim16 CompilerSet errorformat=%f:%l:%c\ %t%.%\\{-}\ %m
H A Deslint.vim16 CompilerSet errorformat=%f:\ line\ %l\\,\ col\ %c\\,\ %m,%-G%.%#
H A Dtcl.vim17 CompilerSet errorformat=%EError:\ %m,%+Z\ %\\{4}(file\ \"%f\"\ line\ %l),%-G%.%#
H A Dbdf.vim16 setlocal errorformat=%ABDF\ %trror\ on\ line\ %l:\ %m,
H A Dfpc.vim17 CompilerSet errorformat=%f(%l\\,%c)\ %m
/vim-8.2.3635/runtime/autoload/
H A Dcontext.vim133 let l:efm = &l:errorformat " Save local errorformat
135 " Set errorformat to parse ConTeXt errors
146 finally " Restore cwd and errorformat
/vim-8.2.3635/runtime/doc/
H A Dquickfix.txt44 compiler (see |errorformat| below).
483 'errorformat' to parse the lines without modifying the 'errorformat' option: >
1358 *errorformat* *E372* *E373* *E374*
1461 Multi-line messages *errorformat-multi-line*
1686 see |errorformat-Jikes| and |errorformat-LaTeX|.
1791 *errorformat-Jikes*
1811 *errorformat-javac*
1835 *errorformat-ant*
1851 *errorformat-jade*
1855 *errorformat-LaTeX*
[all …]
H A Dversion4.txt21 'errorformat' option changed |errorformat-changed|
274 'errorformat' option changed *errorformat-changed*
277 'errorformat' can now contain several formats, separated by commas. The first
279 the most common formats. |errorformat|
/vim-8.2.3635/runtime/tools/
H A Defm_filter.txt4 'errorformat' in Vim. Following is an example of a Perl script that
18 :set errorformat=%f>%l:%c:%t:%n:%m
/vim-8.2.3635/src/testdir/
H A Dtest_makeencoding.vim25 set errorformat=%f(%l)\ :\ %m
83 set errorformat=%f(%l)\ :\ %m

1234567