| To: vim_dev@googlegroups.com |
| Subject: Patch 7.4.488 |
| 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.488 |
| Problem: test_mapping fails for some people. |
| Solution: Set the 'encoding' option. (Ken Takata) |
| Files: src/testdir/test_mapping.in |
| |
| |
| |
| |
| |
| *** 3,8 **** |
| --- 3,9 ---- |
| STARTTEST |
| :so small.vim |
| :so mbyte.vim |
| + :set encoding=utf-8 |
| : " abbreviations with р (0x80) should work |
| :inoreab чкпр vim |
| GAчкпр |
| |
| |
| |
| *** 743,744 **** |
| --- 743,746 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 488, |
| /**/ |
| |
| -- |
| You had connectors? Eeee, when I were a lad we 'ad to carry the |
| bits between the computer and the terminal with a spoon... |
| |
| /// 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 /// |