| To: vim_dev@googlegroups.com |
| Subject: Patch 7.4.500 |
| 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.500 |
| Problem: Test 72 still fails once in a while. |
| Solution: Don't set 'fileformat' to unix, reset it. (Ken Takata) |
| Files: src/testdir/test72.in |
| |
| |
| |
| |
| |
| *** 8,14 **** |
| :" Test 'undofile': first a simple one-line change. |
| :set nocompatible viminfo+=nviminfo visualbell |
| :set ul=100 undofile nomore |
| - :set ff=unix |
| :e! Xtestfile |
| ggdGithis is one line:set ul=100 |
| :s/one/ONE/ |
| --- 8,13 ---- |
| |
| *** 83,89 **** |
| :" With encryption, cryptmethod=blowfish |
| :e! Xtestfile |
| rubbish |
| ! :set undofile cm=blowfish |
| ggdGijan |
| feb |
| mar |
| --- 82,88 ---- |
| :" With encryption, cryptmethod=blowfish |
| :e! Xtestfile |
| rubbish |
| ! :set undofile cm=blowfish ff& |
| ggdGijan |
| feb |
| mar |
| |
| *** 109,115 **** |
| :" With encryption, cryptmethod=blowfish2 |
| :e! Xtestfile |
| rubbish |
| ! :set undofile cm=blowfish2 |
| ggdGijan |
| feb |
| mar |
| --- 108,114 ---- |
| :" With encryption, cryptmethod=blowfish2 |
| :e! Xtestfile |
| rubbish |
| ! :set undofile cm=blowfish2 ff& |
| ggdGijan |
| feb |
| mar |
| |
| |
| |
| *** 743,744 **** |
| --- 743,746 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 500, |
| /**/ |
| |
| -- |
| No letters of the alphabet were harmed in the creation of this message. |
| |
| /// 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 /// |