|
|
3ef2ca |
To: vim_dev@googlegroups.com
|
|
|
3ef2ca |
Subject: Patch 7.4.250
|
|
|
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.250
|
|
|
3ef2ca |
Problem: Some test files missing from distribution.
|
|
|
3ef2ca |
Solution: Add pattern for newly added tests.
|
|
|
3ef2ca |
Files: Filelist
|
|
|
3ef2ca |
|
|
|
3ef2ca |
|
|
|
3ef2ca |
*** ../vim-7.4.249/Filelist 2014-01-23 14:26:18.815303381 +0100
|
|
|
3ef2ca |
--- Filelist 2014-04-05 21:56:31.743178012 +0200
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 82,90 ****
|
|
|
3ef2ca |
--- 82,93 ----
|
|
|
3ef2ca |
src/testdir/*.in \
|
|
|
3ef2ca |
src/testdir/sautest/autoload/*.vim \
|
|
|
3ef2ca |
src/testdir/test[0-9]*.ok \
|
|
|
3ef2ca |
+ src/testdir/test[0-9]*a.ok \
|
|
|
3ef2ca |
+ src/testdir/test_[a-z]*.ok \
|
|
|
3ef2ca |
src/testdir/test49.vim \
|
|
|
3ef2ca |
src/testdir/test60.vim \
|
|
|
3ef2ca |
src/testdir/test83-tags? \
|
|
|
3ef2ca |
+ src/testdir/test77a.com \
|
|
|
3ef2ca |
src/testdir/python2/*.py \
|
|
|
3ef2ca |
src/testdir/python3/*.py \
|
|
|
3ef2ca |
src/testdir/pythonx/*.py \
|
|
|
3ef2ca |
*** ../vim-7.4.249/src/version.c 2014-04-05 21:28:50.671174384 +0200
|
|
|
3ef2ca |
--- src/version.c 2014-04-05 21:58:05.203178216 +0200
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 736,737 ****
|
|
|
3ef2ca |
--- 736,739 ----
|
|
|
3ef2ca |
{ /* Add new patch number below this line */
|
|
|
3ef2ca |
+ /**/
|
|
|
3ef2ca |
+ 250,
|
|
|
3ef2ca |
/**/
|
|
|
3ef2ca |
|
|
|
3ef2ca |
--
|
|
|
3ef2ca |
Give a man a computer program and you give him a headache,
|
|
|
3ef2ca |
but teach him to program computers and you give him the power
|
|
|
3ef2ca |
to create headaches for others for the rest of his life...
|
|
|
3ef2ca |
R. B. Forest
|
|
|
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 ///
|