comparison runtime/compiler/gcc.vim @ 2608:7d8af31066c8

Updated runtime files and translations.
author Bram Moolenaar <bram@vim.org>
date Wed, 20 Oct 2010 18:45:33 +0200
parents dc2e5ec0500d
children 91e53bcb7946
comparison
equal deleted inserted replaced
2607:2f57d93bdbf6 2608:7d8af31066c8
1 " Vim compiler file 1 " Vim compiler file
2 " Compiler: GNU C Compiler 2 " Compiler: GNU C Compiler
3 " Maintainer: Nikolai Weibull <now@bitwi.se> 3 " Maintainer: Nikolai Weibull <now@bitwi.se>
4 " Latest Revision: 2010-05-30 4 " Latest Revision: 2010-10-14
5 5
6 if exists("current_compiler") 6 if exists("current_compiler")
7 finish 7 finish
8 endif 8 endif
9 let current_compiler = "gcc" 9 let current_compiler = "gcc"
16 \%*[^\"]\"%f\"%*\\D%l:\ %m, 16 \%*[^\"]\"%f\"%*\\D%l:\ %m,
17 \\"%f\"%*\\D%l:%c:\ %m, 17 \\"%f\"%*\\D%l:%c:\ %m,
18 \\"%f\"%*\\D%l:\ %m, 18 \\"%f\"%*\\D%l:\ %m,
19 \%-G%f:%l:\ %trror:\ (Each\ undeclared\ identifier\ is\ reported\ only\ once, 19 \%-G%f:%l:\ %trror:\ (Each\ undeclared\ identifier\ is\ reported\ only\ once,
20 \%-G%f:%l:\ %trror:\ for\ each\ function\ it\ appears\ in.), 20 \%-G%f:%l:\ %trror:\ for\ each\ function\ it\ appears\ in.),
21 \%f:%l:%c:\ %terror:\ %m, 21 \%f:%l:%c:\ %trror:\ %m,
22 \%f:%l:%c:\ %tarning:\ %m, 22 \%f:%l:%c:\ %tarning:\ %m,
23 \%f:%l:%c:\ %m, 23 \%f:%l:%c:\ %m,
24 \%f:%l:\ %terror:\ %m, 24 \%f:%l:\ %trror:\ %m,
25 \%f:%l:\ %tarning:\ %m, 25 \%f:%l:\ %tarning:\ %m,
26 \%f:%l:\ %m, 26 \%f:%l:\ %m,
27 \\"%f\"\\,\ line\ %l%*\\D%c%*[^\ ]\ %m, 27 \\"%f\"\\,\ line\ %l%*\\D%c%*[^\ ]\ %m,
28 \%D%*\\a[%*\\d]:\ Entering\ directory\ `%f', 28 \%D%*\\a[%*\\d]:\ Entering\ directory\ `%f',
29 \%X%*\\a[%*\\d]:\ Leaving\ directory\ `%f', 29 \%X%*\\a[%*\\d]:\ Leaving\ directory\ `%f',