| To: vim_dev@googlegroups.com |
| Subject: Patch 7.4.931 |
| 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.931 (after 7.4.929) |
| Problem: Test 94 fails on some systems. |
| Solution: Set 'encoding' to utf-8. |
| Files: src/testdir/test94.in |
| |
| |
| |
| |
| |
| *** 17,23 **** |
| |
| STARTTEST |
| :so small.vim |
| ! :set nocp viminfo+=nviminfo |
| : |
| :" User functions |
| :function MoveToCap() |
| --- 17,23 ---- |
| |
| STARTTEST |
| :so small.vim |
| ! :set enc=utf-8 nocp viminfo+=nviminfo |
| : |
| :" User functions |
| :function MoveToCap() |
| |
| |
| |
| *** 743,744 **** |
| --- 743,746 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 931, |
| /**/ |
| |
| -- |
| "Computers in the future may weigh no more than 1.5 tons." |
| Popular Mechanics, 1949 |
| |
| /// 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 /// |