From 60c8743ab6c90e402e6ed49d27455ef7e5698abe Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Mon, 3 Jun 2024 22:59:27 +0200 Subject: patch 9.1.0465: missing filecopy() function Problem: missing filecopy() function Solution: implement filecopy() Vim script function (Shougo Matsushita) closes: #12346 Co-authored-by: zeertzjq Signed-off-by: Shougo Matsushita Signed-off-by: Christian Brabandt --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 4b1bcf1bad..c3d61998cd 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 465, /**/ 464, /**/ -- cgit v1.2.3