J. Bruce Fields <bfields@xxxxxxxxxxxx> wrote: > Uh, I feel like I must be missing something simple here--when editing > commit messages, you'd like the editor (vim in my case) to wrap text > sooner than it normally would, since commit messages are displayed > indented. What's the easiest way to ensure this always happens? You could add this to your .vimrc: > autocmd BufNewFile,BufRead .git/COMMIT_EDITMSG setlocal tw=60 ft=human Has anyone a good filetype for this? - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html