]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.323
- add patches 7.3.619-743
[packages/vim.git] / 7.3.323
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.323
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.323
11 Problem:    The default 'errorformat' does not ignore some "included from"
12             lines.
13 Solution:   Add a few more patterns. (Ben Boeckel)
14 Files:      src/option.h
15
16
17 *** ../vim-7.3.322/src/option.h 2011-07-27 13:59:12.000000000 +0200
18 --- src/option.h        2011-09-30 14:32:13.000000000 +0200
19 ***************
20 *** 33,39 ****
21   #     ifdef EBCDIC
22   #define DFLT_EFM      "%*[^ ] %*[^ ] %f:%l%*[ ]%m,%*[^\"]\"%f\"%*\\D%l: %m,\"%f\"%*\\D%l: %m,%f:%l:%c:%m,%f(%l):%m,%f:%l:%m,\"%f\"\\, line %l%*\\D%c%*[^ ] %m,%D%*\\a[%*\\d]: Entering directory `%f',%X%*\\a[%*\\d]: Leaving directory `%f',%DMaking %*\\a in %f,%f|%l| %m"
23   #     else
24 ! #define DFLT_EFM      "%*[^\"]\"%f\"%*\\D%l: %m,\"%f\"%*\\D%l: %m,%-G%f:%l: (Each undeclared identifier is reported only once,%-G%f:%l: for each function it appears in.),%-GIn file included from %f:%l:%c:,%-GIn file included from %f:%l:%c,%-GIn file included from %f:%l,%-Gfrom %f:%l:%c,%-Gfrom %f:%l,%f:%l:%c:%m,%f(%l):%m,%f:%l:%m,\"%f\"\\, line %l%*\\D%c%*[^ ] %m,%D%*\\a[%*\\d]: Entering directory `%f',%X%*\\a[%*\\d]: Leaving directory `%f',%D%*\\a: Entering directory `%f',%X%*\\a: Leaving directory `%f',%DMaking %*\\a in %f,%f|%l| %m"
25   #     endif
26   #    endif
27   #   endif
28 --- 33,39 ----
29   #     ifdef EBCDIC
30   #define DFLT_EFM      "%*[^ ] %*[^ ] %f:%l%*[ ]%m,%*[^\"]\"%f\"%*\\D%l: %m,\"%f\"%*\\D%l: %m,%f:%l:%c:%m,%f(%l):%m,%f:%l:%m,\"%f\"\\, line %l%*\\D%c%*[^ ] %m,%D%*\\a[%*\\d]: Entering directory `%f',%X%*\\a[%*\\d]: Leaving directory `%f',%DMaking %*\\a in %f,%f|%l| %m"
31   #     else
32 ! #define DFLT_EFM      "%*[^\"]\"%f\"%*\\D%l: %m,\"%f\"%*\\D%l: %m,%-G%f:%l: (Each undeclared identifier is reported only once,%-G%f:%l: for each function it appears in.),%-GIn file included from %f:%l:%c:,%-GIn file included from %f:%l:%c\\,,%-GIn file included from %f:%l:%c,%-GIn file included from %f:%l,%-G%*[ ]from %f:%l:%c,%-G%*[ ]from %f:%l:,%-G%*[ ]from %f:%l\\,,%-G%*[ ]from %f:%l,%f:%l:%c:%m,%f(%l):%m,%f:%l:%m,\"%f\"\\, line %l%*\\D%c%*[^ ] %m,%D%*\\a[%*\\d]: Entering directory `%f',%X%*\\a[%*\\d]: Leaving directory `%f',%D%*\\a: Entering directory `%f',%X%*\\a: Leaving directory `%f',%DMaking %*\\a in %f,%f|%l| %m"
33   #     endif
34   #    endif
35   #   endif
36 *** ../vim-7.3.322/src/version.c        2011-09-21 20:09:38.000000000 +0200
37 --- src/version.c       2011-09-30 14:38:59.000000000 +0200
38 ***************
39 *** 711,712 ****
40 --- 711,714 ----
41   {   /* Add new patch number below this line */
42 + /**/
43 +     323,
44   /**/
45
46 -- 
47 Due knot trussed yore spell chequer two fined awl miss steaks.
48
49  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
50 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
52  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.095877 seconds and 3 git commands to generate.