mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-07-30 20:02:47 +08: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`.