mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-06-14 19:41:13 +08:00
42daa3183b
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`.