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 1832d12 commit bb062c1Copy full SHA for bb062c1
2 files changed
src/testdir/test_memory_usage.vim
@@ -151,7 +151,7 @@ func Test_memory_func_capture_lvars()
151
" otherwise the test fails sometimes. On Cirrus CI with FreeBSD we need to
152
" be even more permissive.
153
if has('bsd')
154
- let multiplier = 14
+ let multiplier = 15
155
else
156
let multiplier = 12
157
endif
src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
742
743
static int included_patches[] =
744
{ /* Add new patch number below this line */
745
+/**/
746
+ 72,
747
/**/
748
71,
749
0 commit comments