SevereOverfl0w / deoplete-github

Deopletions for Github.
32 stars 3 forks source link

Incorrect input pattern in README.md #2

Open TSFoster opened 8 years ago

TSFoster commented 8 years ago

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.