Closed blueyed closed 10 years ago
I don't think that's easily possible. The only option would be generate a new sign for every amount of deleted lines, i.e. DEL1 for one line was deleted, DEL 2 for two lines ... IMHO this is too much of a hassle for the outcome.
Signify does it: https://github.com/mhinz/vim-signify It appears to use a placeholder in the sign, which gets replaced by the number: https://github.com/mhinz/vim-signify/blob/master/autoload/sy/repo.vim#L223
I think it would be useful to have the number of deleted lines displayed, instead of just the marker.