r201 - in trunk/vim/debian: . patches

Stefano Zacchiroli zack@costa.debian.org
Sat, 07 May 2005 23:14:52 +0000


Author: zack
Date: 2005-05-07 23:14:51 +0000 (Sat, 07 May 2005)
New Revision: 201

Added:
   trunk/vim/debian/patches/124_errorformat.vim.diff
Modified:
   trunk/vim/debian/changelog
Log:
added patch which makes vim follow error directories on "make -C"


Modified: trunk/vim/debian/changelog
===================================================================
--- trunk/vim/debian/changelog	2005-05-05 22:04:44 UTC (rev 200)
+++ trunk/vim/debian/changelog	2005-05-07 23:14:51 UTC (rev 201)
@@ -13,6 +13,8 @@
     + Added svg icon /usr/share/icons/vim.svg, thanks to
       Paul Ortman <ortm8574@uidaho.edu>. (closes: #258669)
     + Updated patch 118_ocaml.vim.diff (new upstream).
+    + Added patch 124_errorformat.vim.diff, makes vim follow error directories
+      on "make -C". (closes: #276005)
 
   * Norbert Tretkowski <nobse@debian.org>:
     + Build-Depend on debhelper (>= 4.2.21), required for dh_desktop call.

Added: trunk/vim/debian/patches/124_errorformat.vim.diff
===================================================================
--- trunk/vim/debian/patches/124_errorformat.vim.diff	2005-05-05 22:04:44 UTC (rev 200)
+++ trunk/vim/debian/patches/124_errorformat.vim.diff	2005-05-07 23:14:51 UTC (rev 201)
@@ -0,0 +1,24 @@
+diff -urN vim63/src/option.h vim63.new/src/option.h
+--- vim63/src/option.h	2004-05-05 11:43:49.000000000 +0200
++++ vim63.new/src/option.h	2005-05-08 00:53:15.000000000 +0200
+@@ -38,7 +38,7 @@
+ #     ifdef EBCDIC
+ #define DFLT_EFM	"%*[^ ] %*[^ ] %f:%l%*[ ]%m,%*[^\"]\"%f\"%*\\D%l: %m,\"%f\"%*\\D%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"
+ #     else
+-#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.),%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"
++#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.),%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"
+ #     endif
+ #    endif
+ #   endif
+diff -urN vim63/runtime/ftplugin/ocaml.vim vim63.new/runtime/ftplugin/ocaml.vim
+--- vim63/runtime/ftplugin/ocaml.vim	2005-05-08 00:56:59.000000000 +0200
++++ vim63.new/runtime/ftplugin/ocaml.vim	2005-05-08 00:56:39.000000000 +0200
+@@ -52,6 +52,8 @@
+       \%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
+ 
+ " Add mappings, unless the user didn't want this.