summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin/perl.vim
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-04-23 12:15:25 -0500
committerJesse Luehrs <doy@tozt.net>2011-04-23 12:15:25 -0500
commitc1ad3418adc9a21d46aecc2dfbed57d40cfd98d1 (patch)
tree0796ebfb89da27fd70dc0aa52206364a91f2c658 /vim/ftplugin/perl.vim
parentcb3e197b3f50cd62e3241d596839b6941bc2640e (diff)
downloadconf-c1ad3418adc9a21d46aecc2dfbed57d40cfd98d1.tar.gz
conf-c1ad3418adc9a21d46aecc2dfbed57d40cfd98d1.zip
updates to fuzzyfinder
Diffstat (limited to 'vim/ftplugin/perl.vim')
-rw-r--r--vim/ftplugin/perl.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/ftplugin/perl.vim b/vim/ftplugin/perl.vim
index 46e88f0..0559615 100644
--- a/vim/ftplugin/perl.vim
+++ b/vim/ftplugin/perl.vim
@@ -20,3 +20,4 @@ vmap <silent>K :call Help(1, [':'], '<SID>perldoc')<CR>
nmap <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 <silent>gf :exe v:count . 'find ' . substitute(expand('<cfile>'), '::', '/', 'g') . '.pm'<CR>
+nnoremap t :FufCoverageFile lib/<CR>