test(old): move memfile_test.c to test/old/ (#22567)

This commit is contained in:
zeertzjq
2023-03-08 10:46:09 +08:00
committed by GitHub
parent e0e474a4bb
commit 0e7edd70a9
3 changed files with 17 additions and 18 deletions

View File

@ -598,6 +598,7 @@ _set_missing_vimpatches() {
declare -a git_log_args
local extended_format=$1; shift
if [[ "$extended_format" == 1 ]]; then
git_log_args=("--format=%H %s")
else
git_log_args=("--format=%H")