Skip to content

Commit

Permalink
enabled ctrlp tag search
Browse files Browse the repository at this point in the history
  • Loading branch information
SKoschnicke committed Dec 4, 2012
1 parent 0d6e662 commit ac56e67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc
Expand Up @@ -131,3 +131,5 @@ endif
let g:neocomplcache_omni_patterns.ruby = '[^. *\t]\.\w*\|\h\w*::'
autocmd FileType ruby setlocal omnifunc=rubycomplete#Complete
let g:neocomplcache_omni_patterns.php = '[^. \t]->\h\w*\|\h\w*::'

let g:ctrlp_extensions = ['tag']

0 comments on commit ac56e67

Please sign in to comment.