|
|
3ef2ca |
To: vim_dev@googlegroups.com
|
|
|
3ef2ca |
Subject: Patch 7.4.604
|
|
|
3ef2ca |
Fcc: outbox
|
|
|
3ef2ca |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
3ef2ca |
Mime-Version: 1.0
|
|
|
3ef2ca |
Content-Type: text/plain; charset=UTF-8
|
|
|
3ef2ca |
Content-Transfer-Encoding: 8bit
|
|
|
3ef2ca |
------------
|
|
|
3ef2ca |
|
|
|
3ef2ca |
Patch 7.4.604
|
|
|
3ef2ca |
Problem: Running tests changes viminfo.
|
|
|
3ef2ca |
Solution: Disable viminfo.
|
|
|
3ef2ca |
Files: src/testdir/test_breakindent.in
|
|
|
3ef2ca |
|
|
|
3ef2ca |
|
|
|
3ef2ca |
*** ../vim-7.4.603/src/testdir/test_breakindent.in 2015-01-27 13:22:17.176885347 +0100
|
|
|
3ef2ca |
--- src/testdir/test_breakindent.in 2015-01-27 17:07:20.549557451 +0100
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 100,106 ****
|
|
|
3ef2ca |
:$put =line2
|
|
|
3ef2ca |
:"
|
|
|
3ef2ca |
:let g:test="Test 14: breakindent + visual blockwise delete #1"
|
|
|
3ef2ca |
! :set all& breakindent
|
|
|
3ef2ca |
:30vnew
|
|
|
3ef2ca |
:normal! 3a1234567890
|
|
|
3ef2ca |
:normal! a abcde
|
|
|
3ef2ca |
--- 100,106 ----
|
|
|
3ef2ca |
:$put =line2
|
|
|
3ef2ca |
:"
|
|
|
3ef2ca |
:let g:test="Test 14: breakindent + visual blockwise delete #1"
|
|
|
3ef2ca |
! :set all& breakindent viminfo+=nviminfo
|
|
|
3ef2ca |
:30vnew
|
|
|
3ef2ca |
:normal! 3a1234567890
|
|
|
3ef2ca |
:normal! a abcde
|
|
|
3ef2ca |
*** ../vim-7.4.603/src/version.c 2015-01-27 16:39:24.691804113 +0100
|
|
|
3ef2ca |
--- src/version.c 2015-01-27 17:11:46.746656291 +0100
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 743,744 ****
|
|
|
3ef2ca |
--- 743,746 ----
|
|
|
3ef2ca |
{ /* Add new patch number below this line */
|
|
|
3ef2ca |
+ /**/
|
|
|
3ef2ca |
+ 604,
|
|
|
3ef2ca |
/**/
|
|
|
3ef2ca |
|
|
|
3ef2ca |
--
|
|
|
3ef2ca |
hundred-and-one symptoms of being an internet addict:
|
|
|
3ef2ca |
130. You can't get out of your desk even if it's time to eat or time
|
|
|
3ef2ca |
to go to the bathroom.
|
|
|
3ef2ca |
|
|
|
3ef2ca |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
3ef2ca |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
3ef2ca |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
3ef2ca |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|