Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • renovate/docker.io-syncthing-syncthing-2.x
  • renovate/immich
  • renovate/gitlab-runner-0.x
  • renovate/tigera-operator-3.x
  • renovate/cloudflare-5.x
  • renovate/tektoncd-cli-0.x
  • renovate/quay.io-shivering-isles-postfix-3.x
  • renovate/kubernetes-go
  • renovate/redis-22.x
  • renovate/mariadb-22.x
  • renovate/docker.io-library-nextcloud-31.x
  • renovate/siderolabs-kubelet-1.33.x
  • renovate/docker.io-bitnami-kubectl-1.x
  • renovate/kubernetes-kubernetes-1.x
  • renovate/docker.io-library-debian-13.x
  • renovate/go-1.x
  • renovate/rancher-system-upgrade-controller-0.x
  • renovate/quay.io-shivering-isles-koolbox-2025.x
  • renovate/longhorn-1.x
  • v25.08
  • v25.07
  • v25.06
  • v25.05
  • v25.04
  • v25.03
  • v25.02
  • v25.01
  • v24.12
  • v24.11
  • v24.10
  • v24.09
  • v24.08
  • v24.07
  • v24.06
  • v24.05
  • v24.04
  • v24.03
  • v24.02
  • v24.01
40 results

apps

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Fred Hornsey authored and Andy Stewart committed
    In Neovim 0.11.1 within MSYS2 on Windows, gitgutter wasn't showing up.
    After some flailing around, I found adding
    `set shellcmdflag=-c shellxquote= shellxescape=`
    [from here](https://github.com/neovim/neovim/issues/28384#issuecomment-2135921829),
    got `:echo system('git --version')` working. The signs were still not
    showing up, but there were files being dumped in my current working
    directory that looked like corrupted Windows paths.
    
    After using `let g:gitgutter_log=1` and looking at the log I found where
    these temp files were made and I think I fixed it. I haven't tried the
    non-msys2 Neovim (assuming that's different) or normal vim, but I
    brought the change over and made sure it worked in Neovim on Linux.
    85ca3a08
    History
    Name Last commit Last update
    ..