summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-27 01:56:26 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-27 04:31:59 -0400
commit644dacae649f98bebf30a22ca3bb1e7e25fc78b8 (patch)
tree03cda73305f316e05b2a1a14242a28b79aa27e65 /vim/ftplugin
parent369dc782c657d30a0cc4293b285aae379fa33c84 (diff)
downloadconf-644dacae649f98bebf30a22ca3bb1e7e25fc78b8.tar.gz
conf-644dacae649f98bebf30a22ca3bb1e7e25fc78b8.zip
only file_rec should get the prefix
Diffstat (limited to 'vim/ftplugin')
-rw-r--r--vim/ftplugin/perl.vim2
-rw-r--r--vim/ftplugin/scala.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/vim/ftplugin/perl.vim b/vim/ftplugin/perl.vim
index 7eb1862..8a14cac 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>
-call unite#custom#profile('default', 'context', {'input' : 'lib/**/'})
+call unite#custom#profile('with_dir', 'context', {'input' : 'lib/**/'})
function! s:unpostfix()
let postop_pattern = '\<\(if\|unless\|while\|until\|for\)\>'
diff --git a/vim/ftplugin/scala.vim b/vim/ftplugin/scala.vim
index a222ee0..7a2c4cb 100644
--- a/vim/ftplugin/scala.vim
+++ b/vim/ftplugin/scala.vim
@@ -1 +1 @@
-call unite#custom#profile('default', 'context', {'input' : 'src/**/'})
+call unite#custom#profile('with_dir', 'context', {'input' : 'src/**/'})