| To: vim_dev@googlegroups.com |
| Subject: Patch 7.4.384 |
| Fcc: outbox |
| From: Bram Moolenaar <Bram@moolenaar.net> |
| Mime-Version: 1.0 |
| Content-Type: text/plain; charset=UTF-8 |
| Content-Transfer-Encoding: 8bit |
| |
| |
| Patch 7.4.384 |
| Problem: Test 102 fails when compiled with small features. |
| Solution: Source small.vim. (Jacob Niehus) |
| Files: src/testdir/test102.in |
| |
| |
| |
| |
| |
| *** 1,6 **** |
| --- 1,7 ---- |
| Test if fnameescape is correct for special chars like ! |
| |
| STARTTEST |
| + :so small.vim |
| :%d |
| :let fname = 'Xspa ce' |
| :try | exe "w! " . fnameescape(fname) | put='Space' | endtry |
| |
| |
| |
| *** 736,737 **** |
| --- 736,739 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 384, |
| /**/ |
| |
| -- |
| An easy way to determine if you have enough teamwork to be doomed is simply to |
| measure how long it takes from the time you decide to go to lunch together |
| until the time you actually eat. |
| (Scott Adams - The Dilbert principle) |
| |
| /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ |
| /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ |
| \\\ an exciting new programming language -- http://www.Zimbu.org /// |
| \\\ help me help AIDS victims -- http://ICCF-Holland.org /// |