summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin/perl.vim
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-11-10 02:14:07 -0600
committerJesse Luehrs <doy@tozt.net>2011-11-10 02:14:22 -0600
commita14da603fa4b4f7fdf59dcf6384a9c26861a69cf (patch)
treebf86b02dd7985642e9e88ccf3d6c63069070ed71 /vim/ftplugin/perl.vim
parenta9e9f8d6465b414271db65506a026ab965644a3e (diff)
downloadconf-a14da603fa4b4f7fdf59dcf6384a9c26861a69cf.tar.gz
conf-a14da603fa4b4f7fdf59dcf6384a9c26861a69cf.zip
let's give the perl omnicompletion a try
Diffstat (limited to 'vim/ftplugin/perl.vim')
-rw-r--r--vim/ftplugin/perl.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/ftplugin/perl.vim b/vim/ftplugin/perl.vim
index b86d4e2..2f1a6e2 100644
--- a/vim/ftplugin/perl.vim
+++ b/vim/ftplugin/perl.vim
@@ -45,3 +45,5 @@ function! s:unpostfix()
endfunction
map <buffer> <silent> <Leader>i :call <SID>unpostfix()<CR>
+
+let g:SuperTabContextDefaultCompletionType = "<c-x><c-o>"