summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-07-14 00:17:56 -0400
committerJesse Luehrs <doy@tozt.net>2014-07-14 00:59:16 -0400
commitc624831cf9b8db84fdd4f789eee78d96c3d894b1 (patch)
treeffa474f947bf8dd7a1fca0255f38dbd8fa6e1f34
parent522af514cfefae360f4f4634f458419b7e93dfe6 (diff)
downloadconf-c624831cf9b8db84fdd4f789eee78d96c3d894b1.tar.gz
conf-c624831cf9b8db84fdd4f789eee78d96c3d894b1.zip
eh, let's not do this
-rw-r--r--vim/ftplugin/perl.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/ftplugin/perl.vim b/vim/ftplugin/perl.vim
index 3649616..60bafd3 100644
--- a/vim/ftplugin/perl.vim
+++ b/vim/ftplugin/perl.vim
@@ -20,9 +20,6 @@ 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>
-if isdirectory("lib")
- call unite#custom#profile('with_dir', 'context', {'input' : '^lib/ '})
-endif
function! s:unpostfix()
let postop_pattern = '\<\(if\|unless\|while\|until\|for\)\>'