mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
test(old): move memfile_test.c to test/old/ (#22567)
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user