From: martin f. krafft Date: Wed, 13 Oct 2010 04:11:16 +0000 (+0200) Subject: remove supertab, do not use tab for autocomplete X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/b3304f984b9767e044c78a542b9c253ecac636e3 remove supertab, do not use tab for autocomplete --- 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