ziglang / zig.vim

Vim configuration for Zig
MIT License
448 stars 56 forks source link

fixes from the Vim project #101

Open chrisbra opened 1 year ago

chrisbra commented 1 year ago

Hi, please be aware of the following change I made in the Vim project to prevent executing the zig command line tool on windows from the current directory.

See https://github.com/vim/vim/commit/816fbcc262687b81fc46f82f7bbeb1453addfe0c and https://huntr.dev/bounties/e1ce0995-4df4-4dec-9cd7-3136ac3e8e71/

You may want to check it and include the fix in your version.

Thanks, Chris