Searched refs:errorformat (Results 1 – 25 of 162) sorted by relevance
1234567
| /vim-8.2.3635/runtime/compiler/ |
| H A D | powershell.vim | 54 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 D | rustc.vim | 25 " Old errorformat (before nightly 2016/08/10) 26 CompilerSet errorformat= 34 " New errorformat (after nightly 2016/08/10) 35 CompilerSet errorformat+=
|
| H A D | modelsim_vcom.vim | 16 "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 D | tex.vim | 35 " Value errorformat are taken from vim help, see :help errorformat-LaTeX, with 37 CompilerSet errorformat=%E!\ LaTeX\ %trror:\ %m,
|
| H A D | msvc.vim | 11 " The errorformat for MSVC is the default. 12 CompilerSet errorformat&
|
| H A D | pbx.vim | 15 " The compiler actually is gcc, so the errorformat is unchanged 16 CompilerSet errorformat&
|
| H A D | bcc.vim | 15 " A workable errorformat for Borland C 16 CompilerSet errorformat=%*[^0-9]%n\ %f\ %l:\ %m
|
| H A D | ghc.vim | 14 CompilerSet errorformat= 22 CompilerSet errorformat+=%-G%.%#
|
| H A D | cs.vim | 18 CompilerSet errorformat& 19 CompilerSet errorformat+=%f(%l\\,%v):\ %t%*[^:]:\ %m,
|
| H A D | fortran_cv.vim | 18 " A workable errorformat for Compaq Visual Fortran 19 CompilerSet errorformat=
|
| H A D | fortran_g77.vim | 19 " Note: The errorformat assumes GNU make 34 CompilerSet errorformat=
|
| H A D | gcc.vim | 17 CompilerSet errorformat= 39 CompilerSet errorformat+=%-G%.%#
|
| H A D | erlang.vim | 13 CompilerSet errorformat=%f:%l:\ %m
|
| H A D | scdoc.vim | 16 CompilerSet errorformat=Error\ at\ %l:%c:\ %m,%-G%.%#
|
| H A D | standard.vim | 16 CompilerSet errorformat=%f:%l:%c:\ %m,%-G%.%#
|
| H A D | spectral.vim | 16 CompilerSet errorformat=%f:%l:%c\ %t%.%\\{-}\ %m
|
| H A D | eslint.vim | 16 CompilerSet errorformat=%f:\ line\ %l\\,\ col\ %c\\,\ %m,%-G%.%#
|
| H A D | tcl.vim | 17 CompilerSet errorformat=%EError:\ %m,%+Z\ %\\{4}(file\ \"%f\"\ line\ %l),%-G%.%#
|
| H A D | bdf.vim | 16 setlocal errorformat=%ABDF\ %trror\ on\ line\ %l:\ %m,
|
| H A D | fpc.vim | 17 CompilerSet errorformat=%f(%l\\,%c)\ %m
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | context.vim | 133 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 D | quickfix.txt | 44 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 D | version4.txt | 21 '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 D | efm_filter.txt | 4 '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 D | test_makeencoding.vim | 25 set errorformat=%f(%l)\ :\ %m 83 set errorformat=%f(%l)\ :\ %m
|
1234567