|
|
3ef2ca |
To: vim_dev@googlegroups.com
|
|
|
3ef2ca |
Subject: Patch 7.4.384
|
|
|
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.384
|
|
|
3ef2ca |
Problem: Test 102 fails when compiled with small features.
|
|
|
3ef2ca |
Solution: Source small.vim. (Jacob Niehus)
|
|
|
3ef2ca |
Files: src/testdir/test102.in
|
|
|
3ef2ca |
|
|
|
3ef2ca |
|
|
|
3ef2ca |
*** ../vim-7.4.383/src/testdir/test102.in 2013-11-12 05:28:08.000000000 +0100
|
|
|
3ef2ca |
--- src/testdir/test102.in 2014-07-27 21:10:34.881282860 +0200
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 1,6 ****
|
|
|
3ef2ca |
--- 1,7 ----
|
|
|
3ef2ca |
Test if fnameescape is correct for special chars like !
|
|
|
3ef2ca |
|
|
|
3ef2ca |
STARTTEST
|
|
|
3ef2ca |
+ :so small.vim
|
|
|
3ef2ca |
:%d
|
|
|
3ef2ca |
:let fname = 'Xspa ce'
|
|
|
3ef2ca |
:try | exe "w! " . fnameescape(fname) | put='Space' | endtry
|
|
|
3ef2ca |
*** ../vim-7.4.383/src/version.c 2014-07-23 21:10:39.867766788 +0200
|
|
|
3ef2ca |
--- src/version.c 2014-07-30 13:15:18.047624849 +0200
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 736,737 ****
|
|
|
3ef2ca |
--- 736,739 ----
|
|
|
3ef2ca |
{ /* Add new patch number below this line */
|
|
|
3ef2ca |
+ /**/
|
|
|
3ef2ca |
+ 384,
|
|
|
3ef2ca |
/**/
|
|
|
3ef2ca |
|
|
|
3ef2ca |
--
|
|
|
3ef2ca |
An easy way to determine if you have enough teamwork to be doomed is simply to
|
|
|
3ef2ca |
measure how long it takes from the time you decide to go to lunch together
|
|
|
3ef2ca |
until the time you actually eat.
|
|
|
3ef2ca |
(Scott Adams - The Dilbert principle)
|
|
|
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 ///
|