ziglang / zig.vim

Vim configuration for Zig
MIT License
466 stars 59 forks source link

Simplify includeexpr #35

Closed faerryn closed 3 years ago

faerryn commented 4 years ago

The only time @include() doesn't specify a filename is when it is "std" or when loading another custom package. We don't know where the custom package root is just with pure vim.