summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin/perl.vim
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-07-16 16:49:47 -0500
committerJesse Luehrs <doy@tozt.net>2012-07-17 10:53:32 -0500
commit87c7832fe87d96e2d5f5ab08a9ed63162c19ea57 (patch)
tree03204223c13cafac9b3989329df48db87dc8b195 /vim/ftplugin/perl.vim
parent2cff657b1d35919a8b14656e1f600bf02b787825 (diff)
downloadconf-87c7832fe87d96e2d5f5ab08a9ed63162c19ea57.tar.gz
conf-87c7832fe87d96e2d5f5ab08a9ed63162c19ea57.zip
Revert "try using CtrlP instead of FuzzyFinder"
This reverts commit f134f7a36ad50247e2b9beab749a7b7a69fe9e0b. Conflicts: .gitmodules vimrc
Diffstat (limited to 'vim/ftplugin/perl.vim')
-rw-r--r--vim/ftplugin/perl.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/ftplugin/perl.vim b/vim/ftplugin/perl.vim
index bd93eee..b556a35 100644
--- a/vim/ftplugin/perl.vim
+++ b/vim/ftplugin/perl.vim
@@ -20,7 +20,7 @@ vmap <buffer> <silent>K :call Help(1, [':'], '<SID>perldoc')<CR>
nmap <buffer> <silent>gf :exe v:count . 'find ' . substitute(expand('<cfile>'), '::', '/', 'g') . '.pm'<CR>
" XXX: <cfile> is wrong here, need to do something like i do for Help
"vmap <buffer> <silent>gf :exe v:count . 'find ' . substitute(expand('<cfile>'), '::', '/', 'g') . '.pm'<CR>
-let g:ctrlp_default_input = 'lib/'
+nnoremap <buffer> t :FufCoverageFile lib/<CR>
function! s:unpostfix()
let postop_pattern = '\<\(if\|unless\|while\|until\|for\)\>'