mirror of
https://github.com/vim/vim.git
synced 2026-02-01 11:34:23 +01:00
Apparently, sometimes Vim tries to load python.dll from the Mercurial directory. So let's move the $PYTHON3_DIR before $PATH, so that Vim can pickup python3.dll from the right directory https://github.com/vim/vim/actions/runs/21142024316/job/60798242826?pr=19215 closes: #19217 Signed-off-by: Christian Brabandt <cb@256bit.org>