Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • v1.13.0
  • v1.12.0
  • v1.11.0
  • v1.10.0
  • v1.9.0
  • v1.8.0
  • v1.7.0
  • v1.6.0
  • v1.5.0
  • v1.4.0
  • v1.3.1
  • v1.3.0
  • v1.2.0
  • v1.1.1
  • v1.1.0
  • v1.0.2
  • v1.0.1
  • v1.0.0
19 results

provider-git

  • 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