1
0
forked from aniani/vim

patch 8.2.0408: delete() commented out for testing

Problem:    Delete() commented out for testing.
Solution:   Undo commenting-out.
This commit is contained in:
Bram Moolenaar
2020-03-19 14:52:20 +01:00
parent 2d10cd4780
commit 22da5596d0
2 changed files with 3 additions and 1 deletions

View File

@@ -778,7 +778,7 @@ def Test_disassemble_compare()
nr += 1 nr += 1
endfor endfor
" delete('Xdisassemble') delete('Xdisassemble')
enddef enddef
def s:Execute() def s:Execute()

View File

@@ -738,6 +738,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 */
/**/
408,
/**/ /**/
407, 407,
/**/ /**/