Prototype new :Gstatus

This commit is contained in:
Tim Pope
2018-12-25 14:07:17 -05:00
parent d06080ae35
commit d3468dd09b
3 changed files with 285 additions and 100 deletions

View File

@@ -256,6 +256,10 @@ augroup fugitive
\ call fugitive#MapCfile() |
\ endif
autocmd FileType gitcommit
\ if exists('b:git_dir') |
\ call fugitive#MapCfile('fugitive#MessageCfile()') |
\ endif
autocmd FileType fugitive
\ if exists('b:git_dir') |
\ call fugitive#MapCfile('fugitive#StatusCfile()') |
\ endif