We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e1cae commit 6bce585Copy full SHA for 6bce585
2 files changed
src/testdir/test_memory_usage.vim
@@ -147,9 +147,9 @@ func Test_memory_func_capture_lvars()
147
" The usage may be a bit less than the last value, use 80%.
148
" Allow for 20% tolerance at the upper limit. That's very permissive, but
149
" otherwise the test fails sometimes. On Cirrus CI with FreeBSD we need to
150
- " be even more permissive.
+ " be even much more permissive.
151
if has('bsd')
152
- let multiplier = 15
+ let multiplier = 19
153
else
154
let multiplier = 12
155
endif
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2601,
755
/**/
756
2600,
757
0 commit comments