|
|
3ef2ca |
To: vim_dev@googlegroups.com
|
|
|
3ef2ca |
Subject: Patch 7.4.501
|
|
|
3ef2ca |
Fcc: outbox
|
|
|
3ef2ca |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
3ef2ca |
Mime-Version: 1.0
|
|
|
3ef2ca |
Content-Type: text/plain; charset=UTF-8
|
|
|
3ef2ca |
Content-Transfer-Encoding: 8bit
|
|
|
3ef2ca |
------------
|
|
|
3ef2ca |
|
|
|
3ef2ca |
Patch 7.4.501 (after 7.4.497)
|
|
|
3ef2ca |
Problem: Typo in file pattern.
|
|
|
3ef2ca |
Solution: Insert a slash and remove a dot.
|
|
|
3ef2ca |
Files: Filelist
|
|
|
3ef2ca |
|
|
|
3ef2ca |
|
|
|
3ef2ca |
*** ../vim-7.4.500/Filelist 2014-11-05 14:29:27.708754099 +0100
|
|
|
3ef2ca |
--- Filelist 2014-11-05 17:03:41.104531126 +0100
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 104,110 ****
|
|
|
3ef2ca |
src/testdir/python_before/*.py \
|
|
|
3ef2ca |
src/testdir/bench*.in \
|
|
|
3ef2ca |
src/testdir/bench*.vim \
|
|
|
3ef2ca |
! src/testdir/samples.*.txt \
|
|
|
3ef2ca |
src/proto.h \
|
|
|
3ef2ca |
src/proto/blowfish.pro \
|
|
|
3ef2ca |
src/proto/buffer.pro \
|
|
|
3ef2ca |
--- 104,110 ----
|
|
|
3ef2ca |
src/testdir/python_before/*.py \
|
|
|
3ef2ca |
src/testdir/bench*.in \
|
|
|
3ef2ca |
src/testdir/bench*.vim \
|
|
|
3ef2ca |
! src/testdir/samples/*.txt \
|
|
|
3ef2ca |
src/proto.h \
|
|
|
3ef2ca |
src/proto/blowfish.pro \
|
|
|
3ef2ca |
src/proto/buffer.pro \
|
|
|
3ef2ca |
*** ../vim-7.4.500/src/version.c 2014-11-05 16:39:24.712566220 +0100
|
|
|
3ef2ca |
--- src/version.c 2014-11-05 17:03:19.828531639 +0100
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 743,744 ****
|
|
|
3ef2ca |
--- 743,746 ----
|
|
|
3ef2ca |
{ /* Add new patch number below this line */
|
|
|
3ef2ca |
+ /**/
|
|
|
3ef2ca |
+ 501,
|
|
|
3ef2ca |
/**/
|
|
|
3ef2ca |
|
|
|
3ef2ca |
--
|
|
|
3ef2ca |
"It's so simple to be wise. Just think of something stupid to say
|
|
|
3ef2ca |
and then don't say it." -- Sam Levenson
|
|
|
3ef2ca |
|
|
|
3ef2ca |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
3ef2ca |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
3ef2ca |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
3ef2ca |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|