mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 03:53:47 -05:00
Pass the git command to `jobstart()` as a string, not a list. `jobstart()` does some kind of internal black magic to parse strings like `'"/usr/bin/env bash" -l'`, whereas it would be impossible to pass in an equivalent argument using a list.