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:
@@ -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()
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user