diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-02 14:41:08 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-03 07:10:43 -0700 |
| commit | d59d754e29857365940f5e5c2d732b52e8fc00e9 (patch) | |
| tree | 366bbd1fd979e85cef189405baef99096380ac71 /src/extra/vim.zig | |
| parent | cb295b84a0ec274a43da59041fa4a199e799798d (diff) | |
Zig 0.15: zig build GTK exe
Diffstat (limited to 'src/extra/vim.zig')
| -rw-r--r-- | src/extra/vim.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extra/vim.zig b/src/extra/vim.zig index ff85e820b..2c0192d03 100644 --- a/src/extra/vim.zig +++ b/src/extra/vim.zig @@ -72,7 +72,7 @@ fn comptimeGenSyntax() []const u8 { } /// Writes the syntax file to the given writer. -fn writeSyntax(writer: anytype) !void { +fn writeSyntax(writer: *std.Io.Writer) !void { try writer.writeAll( \\" Vim syntax file \\" Language: Ghostty config file |
