mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 04:23:46 -05:00
Use `-range` instead of `-count` to prevent Vim from interpreting a branch name starting with a number as a count, e.g. `:Gread 123-foo` being interpreted as `:123Gread -foo`.