rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
3k stars 80 forks source link

fix(history): add space between icon and message #103

Closed boltlessengineer closed 2 years ago

boltlessengineer commented 2 years ago
image

Really tiny fix. I found notify._print_history() function removes space between icon and message if the notification doesn't have a title. Remove useless conditional statement #notif.title[1] > 0

image
rcarriga commented 2 years ago

Thanks for the PR!