mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
patch 9.0.1535: test commented out in a wrong way
Problem: Test commented out in a wrong way. Solution: Use legacy script comment character.
This commit is contained in:
@@ -1416,18 +1416,18 @@ endfunc
|
|||||||
|
|
||||||
" Check handling expanding "~" resulting in extremely long text.
|
" Check handling expanding "~" resulting in extremely long text.
|
||||||
" FIXME: disabled, it takes too long to run on CI
|
" FIXME: disabled, it takes too long to run on CI
|
||||||
#func Test_substitute_tilde_too_long()
|
"func Test_substitute_tilde_too_long()
|
||||||
# enew!
|
" enew!
|
||||||
#
|
"
|
||||||
# s/.*/ixxx
|
" s/.*/ixxx
|
||||||
# s//~~~~~~~~~AAAAAAA@(
|
" s//~~~~~~~~~AAAAAAA@(
|
||||||
#
|
"
|
||||||
# " Either fails with "out of memory" or "text too long".
|
" " Either fails with "out of memory" or "text too long".
|
||||||
# " This can take a long time.
|
" " This can take a long time.
|
||||||
# call assert_fails('sil! norm &&&&&&&&&', ['E1240:\|E342:'])
|
" call assert_fails('sil! norm &&&&&&&&&', ['E1240:\|E342:'])
|
||||||
#
|
"
|
||||||
# bwipe!
|
" bwipe!
|
||||||
#endfunc
|
"endfunc
|
||||||
|
|
||||||
" This should be done last to reveal a memory leak when vim_regsub_both() is
|
" This should be done last to reveal a memory leak when vim_regsub_both() is
|
||||||
" called to evaluate an expression but it is not used in a second call.
|
" called to evaluate an expression but it is not used in a second call.
|
||||||
|
@@ -695,6 +695,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 */
|
||||||
|
/**/
|
||||||
|
1535,
|
||||||
/**/
|
/**/
|
||||||
1534,
|
1534,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user