| To: vim_dev@googlegroups.com |
| Subject: Patch 7.4.694 |
| 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.694 |
| Problem: Running tests changes the .viminfo file. |
| Solution: Disable viminfo in the text objects test. |
| Files: src/testdir/test_textobjects.in |
| |
| |
| |
| |
| |
| *** 3,9 **** |
| STARTTEST |
| :so small.vim |
| :if !has('textobjects') | e! test.ok | wq! test.out | endif |
| ! :set nocompatible |
| :" |
| :function SelectionOut(data) |
| : new |
| --- 3,9 ---- |
| STARTTEST |
| :so small.vim |
| :if !has('textobjects') | e! test.ok | wq! test.out | endif |
| ! :set nocp viminfo+=nviminfo |
| :" |
| :function SelectionOut(data) |
| : new |
| |
| |
| |
| *** 743,744 **** |
| --- 743,746 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 694, |
| /**/ |
| |
| -- |
| A fool must search for a greater fool to find admiration. |
| |
| /// 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 /// |