summaryrefslogtreecommitdiffstats
path: root/runtime/compiler
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-10-20 18:45:33 +0200
committerBram Moolenaar <Bram@vim.org>2010-10-20 18:45:33 +0200
commit483c5d80a708a81edd96f8241c231a29e5c58a2f (patch)
tree71a6a0de6a57c4710df312615a9358387f0bfd84 /runtime/compiler
parent680eeca955446267680a52cb1207728dc7a2d004 (diff)
Updated runtime files and translations.
Diffstat (limited to 'runtime/compiler')
-rw-r--r--runtime/compiler/gcc.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/compiler/gcc.vim b/runtime/compiler/gcc.vim
index 776bdee292..c6c0e3f985 100644
--- a/runtime/compiler/gcc.vim
+++ b/runtime/compiler/gcc.vim
@@ -1,7 +1,7 @@
" Vim compiler file
" Compiler: GNU C Compiler
" Maintainer: Nikolai Weibull <now@bitwi.se>
-" Latest Revision: 2010-05-30
+" Latest Revision: 2010-10-14
if exists("current_compiler")
finish
@@ -18,10 +18,10 @@ CompilerSet errorformat=
\\"%f\"%*\\D%l:\ %m,
\%-G%f:%l:\ %trror:\ (Each\ undeclared\ identifier\ is\ reported\ only\ once,
\%-G%f:%l:\ %trror:\ for\ each\ function\ it\ appears\ in.),
- \%f:%l:%c:\ %terror:\ %m,
+ \%f:%l:%c:\ %trror:\ %m,
\%f:%l:%c:\ %tarning:\ %m,
\%f:%l:%c:\ %m,
- \%f:%l:\ %terror:\ %m,
+ \%f:%l:\ %trror:\ %m,
\%f:%l:\ %tarning:\ %m,
\%f:%l:\ %m,
\\"%f\"\\,\ line\ %l%*\\D%c%*[^\ ]\ %m,