0
0
mirror of https://github.com/vim/vim.git synced 2025-10-09 06:14:17 -04:00

updated for version 7.4.604

Problem:    Running tests changes viminfo.
Solution:   Disable viminfo.
This commit is contained in:
Bram Moolenaar
2015-01-27 17:12:00 +01:00
parent 1c93429c48
commit 6bf7c523ad
2 changed files with 3 additions and 1 deletions

View File

@@ -100,7 +100,7 @@ fygjyl:let line2 = @0
:$put =line2
:"
:let g:test="Test 14: breakindent + visual blockwise delete #1"
:set all& breakindent
:set all& breakindent viminfo+=nviminfo
:30vnew
:normal! 3a1234567890
:normal! a abcde

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
604,
/**/
603,
/**/