|
|
073263 |
To: vim_dev@googlegroups.com
|
|
|
073263 |
Subject: Patch 7.4.287
|
|
|
073263 |
Fcc: outbox
|
|
|
073263 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
073263 |
Mime-Version: 1.0
|
|
|
073263 |
Content-Type: text/plain; charset=UTF-8
|
|
|
073263 |
Content-Transfer-Encoding: 8bit
|
|
|
073263 |
------------
|
|
|
073263 |
|
|
|
073263 |
Patch 7.4.287
|
|
|
073263 |
Problem: Patches for .hgignore don't work, since the file is not in the
|
|
|
073263 |
distribution.
|
|
|
073263 |
Solution: Add .hgignore to the distribution. Will be effective with the
|
|
|
073263 |
next version.
|
|
|
073263 |
Files: Filelist
|
|
|
073263 |
|
|
|
073263 |
|
|
|
073263 |
*** ../vim-7.4.286/Filelist 2014-04-29 14:02:42.547919791 +0200
|
|
|
073263 |
--- Filelist 2014-05-13 13:50:01.669604110 +0200
|
|
|
073263 |
***************
|
|
|
073263 |
*** 3,8 ****
|
|
|
073263 |
--- 3,9 ----
|
|
|
073263 |
|
|
|
073263 |
# source files for all source archives
|
|
|
073263 |
SRC_ALL = \
|
|
|
073263 |
+ .hgignore \
|
|
|
073263 |
src/README.txt \
|
|
|
073263 |
src/arabic.c \
|
|
|
073263 |
src/arabic.h \
|
|
|
073263 |
*** ../vim-7.4.286/src/version.c 2014-05-13 13:46:30.597602262 +0200
|
|
|
073263 |
--- src/version.c 2014-05-13 13:51:38.101604954 +0200
|
|
|
073263 |
***************
|
|
|
073263 |
*** 736,737 ****
|
|
|
073263 |
--- 736,739 ----
|
|
|
073263 |
{ /* Add new patch number below this line */
|
|
|
073263 |
+ /**/
|
|
|
073263 |
+ 287,
|
|
|
073263 |
/**/
|
|
|
073263 |
|
|
|
073263 |
--
|
|
|
073263 |
hundred-and-one symptoms of being an internet addict:
|
|
|
073263 |
150. You find yourself counting emoticons to get to sleep.
|
|
|
073263 |
|
|
|
073263 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
073263 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
073263 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
073263 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|