| To: vim-dev@vim.org |
| Subject: Patch 7.0.085 |
| Fcc: outbox |
| From: Bram Moolenaar <Bram@moolenaar.net> |
| Mime-Version: 1.0 |
| Content-Type: text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding: 8bit |
| |
| |
| Patch 7.0.085 |
| Problem: When doing "make test" the viminfo file is modified. |
| Solution: Use another viminfo file after setting 'compatible. |
| Files: src/testdir/test56.in |
| |
| |
| |
| |
| |
| *** 3,9 **** |
| STARTTEST |
| :so small.vim |
| :" |
| ! :set nocp |
| :/^start:/+1,/^end:/-1w! Xtest.vim |
| :source Xtest.vim |
| _x |
| --- 3,9 ---- |
| STARTTEST |
| :so small.vim |
| :" |
| ! :set nocp viminfo+=nviminfo |
| :/^start:/+1,/^end:/-1w! Xtest.vim |
| :source Xtest.vim |
| _x |
| |
| |
| |
| *** 668,669 **** |
| --- 668,671 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 85, |
| /**/ |
| |
| -- |
| Apologies for taking up the bandwidth with the apology. Anything else I |
| can apologise for ...... er no can't think of anything, sorry about that. |
| Andy Hunt (Member of British Olympic Apology Squad) |
| |
| /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ |
| /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ |
| \\\ download, build and distribute -- http://www.A-A-P.org /// |
| \\\ help me help AIDS victims -- http://ICCF-Holland.org /// |