Closed jchain closed 11 years ago
Please check this blog post http://jchain.github.io/blog/2013/06/01/fix-neocomplcache-perlomni/
I think my omni_patterns mentioned in the post is verbose. How to realize 'as-you-type complete' after -> and :: in an optimal way?
Thanks!
let g:neocomplcache_omni_patterns.perl = '[^. \t]->\%(\h\w*\)\?\|\h\w*::\%(\h\w*\)\?'
Thanks. It works like a charm.
Please check this blog post http://jchain.github.io/blog/2013/06/01/fix-neocomplcache-perlomni/
I think my omni_patterns mentioned in the post is verbose. How to realize 'as-you-type complete' after -> and :: in an optimal way?
Thanks!