airblade / vim-gitgutter

A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.
MIT License
8.36k stars 296 forks source link

The plugin doesn't support zsh under Windows #898

Open netokey opened 1 week ago

netokey commented 1 week ago

What is the latest commit SHA in your installed vim-gitgutter? commit 7b0b5098e3e57be86bb96cfbf2b8902381eef57c (grafted, HEAD -> main, origin/main, origin/HEAD) Author: Andy Stewart boss@airbladesoftware.com Date: Tue Jul 16 16:16:19 2024 +0100

Fix async commands with Neovim on Windows

Closes #894.

What vim/nvim version are you on? NVIM v0.10.2 Build type: Release LuaJIT 2.1.1713484068 system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "C:/Program Files (x86)/nvim/share/nvim"

Error snapshot image Error Text Error detected while processing function 579[1]..gitgutter#process_buffer[14]..149_setup_path[3]..gitgutter#utility#set_repo_path[14]..gitgutter#async#execute: line 11: E903: Process failed to start: no such file or directory: "/bin/zsh"

airblade commented 1 week ago

Does it work if you rollback one commit to bed580ab8b53f9a6cc0c81c8e91747a780b623ec?