| To: vim_dev@googlegroups.com |
| Subject: Patch 7.4.733 |
| 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.733 |
| Problem: test_listchars breaks on MS-Windows. (Kenichi Ito) |
| Solution: Set fileformat to "unix". (Christian Brabandt) |
| Files: src/testdir/test_listchars.in |
| |
| |
| |
| |
| |
| *** 2,7 **** |
| --- 2,8 ---- |
| |
| STARTTEST |
| :so small.vim |
| + :set ff=unix |
| :let g:lines = [] |
| :function GetScreenCharsForLine(lnum) |
| : return join(map(range(1, virtcol('$')), 'nr2char(screenchar(a:lnum, v:val))'), '') |
| |
| |
| |
| *** 743,744 **** |
| --- 743,746 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 733, |
| /**/ |
| |
| -- |
| From "know your smileys": |
| %-) After staring at screen for 15 hours |
| |
| /// 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 /// |