3 Commits
Author SHA1 Message Date
Daniel HahlerandTim Pope 3439f999b1 Call s:define_commands directly (#792)
This removes the fugitive_utility augroup, and allows for something like
the following:

> vim --cmd 'au User Fugitive Gbrowse!' path/to/file

Without this patch the user's User autocommand would be run before
fugitive's, and therefore the commands would not be defined already.
2016-05-11 18:01:39 -04:00
Daniel HahlerandTim Pope 6460734b5e Fix typo in s:repo_translate: s/,/./ (#791) 2016-05-11 17:37:45 -04:00
Daniel HahlerandTim Pope 55fac5dd74 Fix typo: "flie" => "file" 2011-02-23 00:14:18 +08:00