I'm working on notmuch-vim https://github.com/imain/notmuch-vim which is an email client frontend in vim. I love and use most of your plugins! I'm trying to figure out how to get neocomplcache to complete full email addresses. Right now I have them one per line with usernames etc. but it only wants to complete portions of each name etc. How do I get it to read a whole line for completion?
eg
Tom Smith tsmith@fooblegoo.com
Bob Smith bsmith@spumplespree.com
If another format would work that's fine just trying to get this working!
I'm working on notmuch-vim https://github.com/imain/notmuch-vim which is an email client frontend in vim. I love and use most of your plugins! I'm trying to figure out how to get neocomplcache to complete full email addresses. Right now I have them one per line with usernames etc. but it only wants to complete portions of each name etc. How do I get it to read a whole line for completion?
eg
If another format would work that's fine just trying to get this working!
Thanks!