stardiviner
11/6/2012 - 4:59 AM

neocomplcache context filetype ruby omnifunc

neocomplcache context filetype ruby omnifunc

            let g:neocomplcache_force_omni_patterns['ruby'] = '[^. *\t]\.\w*\|\h\w*::'
            let g:neocomplcache_omni_patterns['ruby'] = '[^. *\t]\.\w*\|\h\w*::'
            let g:neocomplcache_omni_functions['ruby'] = 'RsenseCompleteFunction'
            let g:neocomplcache_context_filetype_lists['vimwiki'] = [
                        \ {
                            \ 'filetype': 'ruby',
                            \ 'start': '^\s*{{{ruby$',
                            \ 'end': '^\s*}}}',
                        \ },
                        \ ]