| To: vim_dev@googlegroups.com |
| Subject: Patch 7.3.847 |
| 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.3.847 |
| Problem: Test 55 fails when messages are translated. |
| Solution: Set language to C. (Ken Takata) |
| Files: src/testdir/test55.in |
| |
| |
| |
| |
| |
| *** 3,8 **** |
| --- 3,9 ---- |
| STARTTEST |
| :so small.vim |
| :fun Test(...) |
| + :lang C |
| :" Creating List directly with different types |
| :let l = [1, 'as''d', [1, 2, function("strlen")], {'a': 1},] |
| :$put =string(l) |
| |
| |
| |
| *** 730,731 **** |
| --- 730,733 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 847, |
| /**/ |
| |
| -- |
| "Space is big. Really big. You just won't believe how vastly hugely mind- |
| bogglingly big it is. I mean, you may think it's a long way down the |
| road to the chemist, but that's just peanuts to space." |
| -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy" |
| |
| /// 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 /// |