Skip to content
Snippets Groups Projects
Commit 18987ca8 authored by Jerome Reybert's avatar Jerome Reybert
Browse files

magit_common.vim: support typechanged status type

parent 35570fa0
Branches
Tags
No related merge requests found
......@@ -22,6 +22,7 @@ let g:magit_git_status_code = {
\ 'A': 'added',
\ 'D': 'deleted',
\ 'R': 'renamed',
\ 'T': 'typechanged',
\ 'C': 'copied',
\ 'U': 'updated but unmerged',
\ '?': 'untracked',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment