Skip to content

Instantly share code, notes, and snippets.

@kaosf
Created September 15, 2013 02:47
Show Gist options
  • Save kaosf/6567632 to your computer and use it in GitHub Desktop.
Save kaosf/6567632 to your computer and use it in GitHub Desktop.
for research Vim SEGV
call pathogen#incubate()
call pathogen#infect()
let g:neocomplcache_enable_at_startup = 1
if !exists('g:neocomplcache_omni_patterns')
let g:neocomplcache_omni_patterns = {}
endif
let g:neocomplcache_omni_patterns.ruby = '[^. *\t]\.\w*\|\h\w*::'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment