I've found `[^ \t]+` works better than `.+` for `g:deoplete#keyword_patterns.gitcommit`, as it matches every word, not just the beginning of the line.
I've found
[^ \t]+works better than.+forg:deoplete#keyword_patterns.gitcommit, as it matches every word, not just the beginning of the line.