tommcdo / vim-fugitive-blame-ext

Extend tpope/vim-fugitive to show commit message on statusline in :Gblame
53 stars 2 forks source link

Truncate long commit messages #2

Closed tommcdo closed 10 years ago

tommcdo commented 10 years ago

When a commit message cannot fit in the available width, a multi-line echo is produced, requiring the user to press Enter. Truncate the message according to the available width or perhaps a configurable setting.