mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 12:53:52 -05:00
New submodule modifiers: - 'M' if submodule commit is changed, otherwise - '?' if there is modified or untracked content Keep using v1 parser for git versions older than 2.11. This will display 'M' for any submodule changes. Test with https://github.com/odnoletkov/git-status-test-suite Fixes https://github.com/tpope/vim-fugitive/issues/1204