From b3304f984b9767e044c78a542b9c253ecac636e3 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 13 Oct 2010 06:11:16 +0200 Subject: [PATCH] remove supertab, do not use tab for autocomplete --- .vim/ftplugin/mail.vim | 2 -- .vim/plugin/supertab.vim | 1 - 2 files changed, 3 deletions(-) delete mode 120000 .vim/plugin/supertab.vim diff --git a/.vim/ftplugin/mail.vim b/.vim/ftplugin/mail.vim index 0304ead..437b5a1 100644 --- a/.vim/ftplugin/mail.vim +++ b/.vim/ftplugin/mail.vim @@ -75,9 +75,7 @@ set completefunc=LBDBCompleteFn " And this magic by James Vega, which ensures that we only complete with lbdb " on the recipient lines of the mail header. inoremap DelegateCompletion(1) -inoremap DelegateCompletion(1) inoremap DelegateCompletion(0) -inoremap DelegateCompletion(0) fun! DelegateCompletion(next) if getline('.') =~? '^\%(To\|B\=Cc\):' diff --git a/.vim/plugin/supertab.vim b/.vim/plugin/supertab.vim deleted file mode 120000 index 7bc1d72..0000000 --- a/.vim/plugin/supertab.vim +++ /dev/null @@ -1 +0,0 @@ -/usr/share/vim-scripts/plugin/supertab.vim \ No newline at end of file -- 2.39.2