Mercurial > vim
view .codecov.yml @ 35173:bdd78729e61b
runtime(netrw): prefer scp over pscp
Commit: https://github.com/vim/vim/commit/43f2edc096cbf9c67095b301a1f4325866eeba36
Author: Christian Brabandt <cb@256bit.org>
Date: Mon May 13 20:56:43 2024 +0200
runtime(netrw): prefer scp over pscp
regression introduced in ce2ad9ffd79fe6b2307cd46b9
The current logic is a bit funny, in that it checks for an executable of
scp, then pscp and if neither exists, it uses: scp :/
Anyway, let's fall back to the logic used before the above commit.
related: #14739
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 13 May 2024 21:15:12 +0200 |
parents | 0b8312c5dfe0 |
children |
line wrap: on
line source
coverage: range: "80...100" status: project: default: threshold: 0.05% comment: false # Files not run by tests ignore: - "src/dosinst.c" - "src/dosinst.h" - "src/uninstall.c"