Skip to content

Commit

Permalink
Merge pull request #606 from pjvds/patch-1
Browse files Browse the repository at this point in the history
Add neocomplcache_omni_patterns for Go
  • Loading branch information
spf13 committed Jun 4, 2014
2 parents 78b2d2d + 3b6eab1 commit e5ff1dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@
let g:neocomplcache_omni_patterns.c = '[^.[:digit:] *\t]\%(\.\|->\)'
let g:neocomplcache_omni_patterns.cpp = '[^.[:digit:] *\t]\%(\.\|->\)\|\h\w*::'
let g:neocomplcache_omni_patterns.ruby = '[^. *\t]\.\h\w*\|\h\w*::'
let g:neocomplcache_omni_patterns.go = '\h\w*\.\?'
" }
" Normal Vim omni-completion {
" To disable omni complete, add the following to your .vimrc.before.local file:
Expand Down

0 comments on commit e5ff1dd

Please sign in to comment.