Prevent neocomplcache hanging in python [Fix #163]

This commit is contained in:
Yan Pritzker 2012-11-13 10:49:55 -06:00
parent bb2dafde37
commit ae88cdf03a

View File

@ -37,3 +37,6 @@ if !exists('g:neocomplcache_omni_patterns')
let g:neocomplcache_omni_patterns = {}
endif
let g:neocomplcache_omni_patterns.ruby = '[^. *\t]\.\w*\|\h\w*::'
" Prevent hanging with python: https://github.com/skwp/dotfiles/issues/163
let g:neocomplcache_omni_patterns['python'] = ''