mirror of
https://github.com/vim/vim.git
synced 2025-10-10 06:24:10 -04:00
updated for version 7.4.604
Problem: Running tests changes viminfo. Solution: Disable viminfo.
This commit is contained in:
@@ -100,7 +100,7 @@ fygjyl:let line2 = @0
|
|||||||
:$put =line2
|
:$put =line2
|
||||||
:"
|
:"
|
||||||
:let g:test="Test 14: breakindent + visual blockwise delete #1"
|
:let g:test="Test 14: breakindent + visual blockwise delete #1"
|
||||||
:set all& breakindent
|
:set all& breakindent viminfo+=nviminfo
|
||||||
:30vnew
|
:30vnew
|
||||||
:normal! 3a1234567890
|
:normal! 3a1234567890
|
||||||
:normal! a abcde
|
:normal! a abcde
|
||||||
|
@@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
604,
|
||||||
/**/
|
/**/
|
||||||
603,
|
603,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user