diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-19 07:52:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-19 07:52:02 +0000 |
commit | d3f816a8ec886319da5121b020a0d65f94649dd0 (patch) | |
tree | 5437ad0bc535b3d172a38a220da535f2fbdb201d /main/vim/vim-gcc47.patch | |
parent | 7f48f3b8acb8aa99d72d45b4b16b304b946b1202 (diff) | |
download | aports-d3f816a8ec886319da5121b020a0d65f94649dd0.tar.bz2 aports-d3f816a8ec886319da5121b020a0d65f94649dd0.tar.xz |
main/vim: upgrade to 7.3.692 and add support for gcc-4.7
Diffstat (limited to 'main/vim/vim-gcc47.patch')
-rw-r--r-- | main/vim/vim-gcc47.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/vim/vim-gcc47.patch b/main/vim/vim-gcc47.patch new file mode 100644 index 0000000000..4d15c4e30c --- /dev/null +++ b/main/vim/vim-gcc47.patch @@ -0,0 +1,13 @@ +*** runtime/compiler/gcc.vim 2012-06-07 04:42:38.000000000 +0400 +--- runtime/compiler/gcc.vim 2012-06-20 18:30:57.298165106 +0400 +*************** +*** 16,21 **** +--- 16,23 ---- + \%*[^\"]\"%f\"%*\\D%l:\ %m, + \\"%f\"%*\\D%l:%c:\ %m, + \\"%f\"%*\\D%l:\ %m, ++ \%-G%f:%l:%c:\ note:\ each\ undeclared\ identifier\ is\ reported\ only\ once ++ \\ for\ each\ function\ it\ appears\ in, + \%-G%f:%l:\ %trror:\ (Each\ undeclared\ identifier\ is\ reported\ only\ once, + \%-G%f:%l:\ %trror:\ for\ each\ function\ it\ appears\ in.), + \%f:%l:%c:\ %trror:\ %m, |