Closed adityavm closed 6 years ago
@gregorym done
Awesome.
@gregorym forgot to mention in the notes and don't want to sneak in anything; %author%
is replaced by authorEmail
when it's unknown. I think some information is better than no information
https://github.com/gregorym/atom-inline-blame/pull/1/files#diff-10f01e0cafee8afcffc8fef6497b93caR43
No worries. I saw it when reviewing your diff :)
add configurable summary line (default is still
%author%, %relativeTime% ago - %summary%
) add throttle to prevent stutter when using cursor keys to move lines (eg. in vim mode) reduce memory usage by not storing the whole editor instance (this is potentially unnecessary) add sweet fade in using css transitions