From bd81f9346344e47909eca0bafcaf1db82b209e6d Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Mon, 5 May 2008 18:33:27 -0500 Subject: completion type discovery won't work, since the options are set too late (by the filetype plugins) --- vimrc | 2 -- 1 file changed, 2 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 582cbf2..ecbc606 100644 --- a/vimrc +++ b/vimrc @@ -335,8 +335,6 @@ if file_readable(s:session_file) && expand("%:.") !~ '^/' endif " }}} " SuperTab {{{ -"let g:SuperTabDefaultCompletionTypeDiscovery = "&omnifunc:,&completefunc:,&spelllang:s" -let g:SuperTabDefaultCompletionTypeDiscovery = "&omnifunc:,&completefunc:" let g:SuperTabMidWordCompletion = 0 " }}} " Textobj {{{ -- cgit v1.2.3-54-g00ecf