| To: vim_dev@googlegroups.com |
| Subject: Patch 7.3.986 |
| 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.986 |
| Problem: Test 95 doesn't pass when 'encoding' isn't utf-8. (Yasuhiro |
| Matsumoto) |
| Solution: Force 'encoding' to be utf-8. |
| Files: src/testdir/test95.in |
| |
| |
| |
| |
| |
| *** 1,4 **** |
| ! Test for regexp patterns with multi-byte support. |
| See test64 for the non-multi-byte tests. |
| |
| A pattern that gives the expected result produces OK, so that we know it was |
| --- 1,4 ---- |
| ! Test for regexp patterns with multi-byte support, using utf-8. |
| See test64 for the non-multi-byte tests. |
| |
| A pattern that gives the expected result produces OK, so that we know it was |
| |
| *** 7,12 **** |
| --- 7,13 ---- |
| STARTTEST |
| :so small.vim |
| :so mbyte.vim |
| + :set encoding=utf-8 viminfo+=nviminfo |
| :" tl is a List of Lists with: |
| :" regexp pattern |
| :" text to test the pattern on |
| |
| |
| |
| *** 730,731 **** |
| --- 730,733 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 986, |
| /**/ |
| |
| -- |
| (letter from Mark to Mike, about the film's probable certificate) |
| For an 'A' we would have to: Lose as many shits as possible; Take Jesus |
| Christ out, if possible; Loose "I fart in your general direction"; Lose |
| "the oral sex"; Lose "oh, fuck off"; Lose "We make castanets out of your |
| testicles" |
| "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD |
| |
| /// 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 /// |