add new status

This commit is contained in:
gmarik
2012-04-17 20:12:11 -05:00
parent dd8356aea7
commit c6f7607e85
2 changed files with 9 additions and 4 deletions

View File

@@ -30,7 +30,8 @@ if (has('signs'))
sign define Vu_error text=! texthl=Error
sign define Vu_active text=> texthl=Comment
sign define Vu_todate text=. texthl=Comment
sign define Vu_updated text=+ texthl=Comment
sign define Vu_new text=+ texthl=Comment
sign define Vu_updated text=* texthl=Comment
sign define Vu_deleted text=- texthl=Comment
endif