Changes between Version 21 and Version 22 of CommitMessages


Ignore:
Timestamp:
Jan 24, 2017, 8:11:32 PM (7 years ago)
Author:
mkae (Marko Käning)
Comment:

COMMIT_EDITMSG ensures that coloring happens only for got commit messages (Thanks, Rainer!)

Legend:

Unmodified
Added
Removed
Modified
  • CommitMessages

    v21 v22  
    102102hi def link gitcommitOverflow Error
    103103
    104 autocmd BufEnter *
     104autocmd BufEnter COMMIT_EDITMSG
    105105   \ if &textwidth > 0 |
    106106       \ exec 'match Overlength /\%>' . &textwidth . 'v.\+/' |