summaryrefslogtreecommitdiffstats
path: root/runtime/compiler
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-05-30 18:30:36 +0200
committerBram Moolenaar <Bram@vim.org>2010-05-30 18:30:36 +0200
commita17d4c1934b008b9aa8a2d7cf085cfe76a690d9a (patch)
tree0698c081448b50f5c579252f34433da021de4984 /runtime/compiler
parent504a82173c607f50801e90f8001bb2f1c13fecf9 (diff)
Added the undofile() function. Updated runtime files.
Diffstat (limited to 'runtime/compiler')
-rw-r--r--runtime/compiler/gcc.vim6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/compiler/gcc.vim b/runtime/compiler/gcc.vim
index 75c596c7ef..776bdee292 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: 2009-05-01
+" Latest Revision: 2010-05-30
if exists("current_compiler")
finish
@@ -18,7 +18,11 @@ 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:\ %tarning:\ %m,
\%f:%l:%c:\ %m,
+ \%f:%l:\ %terror:\ %m,
+ \%f:%l:\ %tarning:\ %m,
\%f:%l:\ %m,
\\"%f\"\\,\ line\ %l%*\\D%c%*[^\ ]\ %m,
\%D%*\\a[%*\\d]:\ Entering\ directory\ `%f',