summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-01-02 14:31:49 -0600
committerJesse Luehrs <doy@tozt.net>2012-01-02 14:33:48 -0600
commit9cba0f71eef95dc38fb20a0a01a96925c0b74d00 (patch)
treeee50a468bca798c433f970819de2a474f56b8b67 /vim/ftplugin
parent13e4b0dc4d018ea4586086a93b2906bd0aa5cf55 (diff)
downloadconf-9cba0f71eef95dc38fb20a0a01a96925c0b74d00.tar.gz
conf-9cba0f71eef95dc38fb20a0a01a96925c0b74d00.zip
stop using perl omnicompletion, it's annoyingly slow
Diffstat (limited to 'vim/ftplugin')
-rw-r--r--vim/ftplugin/perl.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/vim/ftplugin/perl.vim b/vim/ftplugin/perl.vim
index 2f1a6e2..b86d4e2 100644
--- a/vim/ftplugin/perl.vim
+++ b/vim/ftplugin/perl.vim
@@ -45,5 +45,3 @@ function! s:unpostfix()
endfunction
map <buffer> <silent> <Leader>i :call <SID>unpostfix()<CR>
-
-let g:SuperTabContextDefaultCompletionType = "<c-x><c-o>"