mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Use `cd` instead of `popd` because POSIX sh(1) does not have `pushd` and also because this plugin did not pair its `pushd` with a `popd` anyway. Use file redirection because POSIX sh(1) does not have anonymous pipes.