From: Christian Brabandt Date: Mon, 25 May 2026 15:15:09 +0000 (+0000) Subject: runtime(zig): Update upstream repo X-Git-Tag: v9.2.0531~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=010a71bb6072c6c99d311222f4960d403c982c47;p=thirdparty%2Fvim.git runtime(zig): Update upstream repo related: #20312 Signed-off-by: Christian Brabandt --- diff --git a/runtime/compiler/zig.vim b/runtime/compiler/zig.vim index f6144c9f52..0993874f58 100644 --- a/runtime/compiler/zig.vim +++ b/runtime/compiler/zig.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: Zig Compiler -" Upstream: https://github.com/ziglang/zig.vim +" Upstream: https://codeberg.org/ziglang/zig.vim " Last Change: " 2026 May 12 by the Vim project (set errormformat) " 2026 May 24 by the Vim project (do not escape vars for makeprg) diff --git a/runtime/compiler/zig_build.vim b/runtime/compiler/zig_build.vim index 79308afe34..27788836f0 100644 --- a/runtime/compiler/zig_build.vim +++ b/runtime/compiler/zig_build.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: Zig Compiler (zig build) -" Upstream: https://github.com/ziglang/zig.vim +" Upstream: https://codeberg.org/ziglang/zig.vim " Last Change: 2024 Apr 05 by the Vim Project (removed :CompilerSet definition) " 2026 May 12 by the Vim Project (removed comment) diff --git a/runtime/compiler/zig_build_exe.vim b/runtime/compiler/zig_build_exe.vim index 2f1681b501..f49304feb1 100644 --- a/runtime/compiler/zig_build_exe.vim +++ b/runtime/compiler/zig_build_exe.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: Zig Compiler (zig build-exe) -" Upstream: https://github.com/ziglang/zig.vim +" Upstream: https://codeberg.org/ziglang/zig.vim " Last Change: 2025 Nov 16 by the Vim Project (set errorformat) " 2026 May 12 by the Vim project (remove errorformat) " 2026 May 24 by the Vim project (do not escape vars for makeprg) diff --git a/runtime/compiler/zig_test.vim b/runtime/compiler/zig_test.vim index 07cb88eb4a..f1992cbffd 100644 --- a/runtime/compiler/zig_test.vim +++ b/runtime/compiler/zig_test.vim @@ -1,6 +1,6 @@ " Vim compiler file " Compiler: Zig Compiler (zig test) -" Upstream: https://github.com/ziglang/zig.vim +" Upstream: https://codeberg.org/ziglang/zig.vim " Last Change: 2025 Nov 16 by the Vim Project (set errorformat) " 2026 May 12 by the Vim Project (remove error format) " 2026 May 24 by the Vim project (do not escape vars for makeprg) diff --git a/runtime/ftplugin/zig.vim b/runtime/ftplugin/zig.vim index ea584ed086..55c3008c8f 100644 --- a/runtime/ftplugin/zig.vim +++ b/runtime/ftplugin/zig.vim @@ -2,7 +2,7 @@ " Language: Zig " Maintainer: Mathias Lindgren " Last Change: 2024 Oct 04 -" Based on: https://github.com/ziglang/zig.vim +" Based on: https://codeberg.org/ziglang/zig.vim if exists("b:did_ftplugin") finish diff --git a/runtime/indent/zig.vim b/runtime/indent/zig.vim index e3ce8aa410..9901ad8537 100644 --- a/runtime/indent/zig.vim +++ b/runtime/indent/zig.vim @@ -1,6 +1,6 @@ " Vim filetype indent file " Language: Zig -" Upstream: https://github.com/ziglang/zig.vim +" Upstream: https://codeberg.org/ziglang/zig.vim " Only load this indent file when no other was loaded. if exists("b:did_indent") diff --git a/runtime/syntax/zig.vim b/runtime/syntax/zig.vim index 121b0195b0..bf09977a5a 100644 --- a/runtime/syntax/zig.vim +++ b/runtime/syntax/zig.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Zig -" Upstream: https://github.com/ziglang/zig.vim +" Upstream: https://codeberg.org/ziglang/zig.vim if exists("b:current_syntax") finish diff --git a/runtime/syntax/zir.vim b/runtime/syntax/zir.vim index 6553d322b7..998e6a3ed6 100644 --- a/runtime/syntax/zir.vim +++ b/runtime/syntax/zir.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Zir -" Upstream: https://github.com/ziglang/zig.vim +" Upstream: https://codeberg.org/ziglang/zig.vim if exists("b:current_syntax") finish