lkundrak / rpms / vim

Forked from rpms/vim 4 years ago
Clone
e7411f6
To: vim_dev@googlegroups.com
e7411f6
Subject: Patch 7.4.138
e7411f6
Fcc: outbox
e7411f6
From: Bram Moolenaar <Bram@moolenaar.net>
e7411f6
Mime-Version: 1.0
e7411f6
Content-Type: text/plain; charset=UTF-8
e7411f6
Content-Transfer-Encoding: 8bit
e7411f6
------------
e7411f6
e7411f6
Patch 7.4.138 (after 7.4.114)
e7411f6
Problem:    Directory change messages are not recognized.
e7411f6
Solution:   Fix using a character range literally. (Lech Lorens)
e7411f6
Files:	    src/option.h
e7411f6
e7411f6
e7411f6
*** ../vim-7.4.137/src/option.h	2013-12-11 12:22:54.000000000 +0100
e7411f6
--- src/option.h	2014-01-10 15:17:09.000000000 +0100
e7411f6
***************
e7411f6
*** 31,39 ****
e7411f6
  #     define DFLT_EFM	"%A%p^,%C%%CC-%t-%m,%Cat line number %l in file %f,%f|%l| %m"
e7411f6
  #    else /* Unix, probably */
e7411f6
  #     ifdef EBCDIC
e7411f6
! #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"
e7411f6
  #     else
e7411f6
! #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"
e7411f6
  #     endif
e7411f6
  #    endif
e7411f6
  #   endif
e7411f6
--- 31,39 ----
e7411f6
  #     define DFLT_EFM	"%A%p^,%C%%CC-%t-%m,%Cat line number %l in file %f,%f|%l| %m"
e7411f6
  #    else /* Unix, probably */
e7411f6
  #     ifdef EBCDIC
e7411f6
! #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"
e7411f6
  #     else
e7411f6
! #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"
e7411f6
  #     endif
e7411f6
  #    endif
e7411f6
  #   endif
e7411f6
*** ../vim-7.4.137/src/version.c	2014-01-10 13:51:35.000000000 +0100
e7411f6
--- src/version.c	2014-01-10 15:17:04.000000000 +0100
e7411f6
***************
e7411f6
*** 740,741 ****
e7411f6
--- 740,743 ----
e7411f6
  {   /* Add new patch number below this line */
e7411f6
+ /**/
e7411f6
+     138,
e7411f6
  /**/
e7411f6
e7411f6
-- 
e7411f6
In a world without fences, who needs Gates and Windows?
e7411f6
e7411f6
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
e7411f6
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
e7411f6
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
e7411f6
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///