]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

remove supertab, do not use tab for autocomplete
authormartin f. krafft <madduck@madduck.net>
Wed, 13 Oct 2010 04:11:16 +0000 (06:11 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 13 Oct 2010 04:11:23 +0000 (06:11 +0200)
.vim/ftplugin/mail.vim
.vim/plugin/supertab.vim [deleted symlink]

index 0304ead7845e704ff909a7958a0a79959a4da498..437b5a1b5d77cecf5a05401201d5974e4b581028 100644 (file)
@@ -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 <expr> <C-n> DelegateCompletion(1)
 " And this magic by James Vega, which ensures that we only complete with lbdb
 " on the recipient lines of the mail header.
 inoremap <expr> <C-n> DelegateCompletion(1)
-inoremap <expr> <Tab> DelegateCompletion(1)
 inoremap <expr> <C-p> DelegateCompletion(0)
 inoremap <expr> <C-p> DelegateCompletion(0)
-inoremap <expr> <S-Tab> DelegateCompletion(0)
 
 fun! DelegateCompletion(next)
   if getline('.') =~? '^\%(To\|B\=Cc\):'
 
 fun! DelegateCompletion(next)
   if getline('.') =~? '^\%(To\|B\=Cc\):'
diff --git a/.vim/plugin/supertab.vim b/.vim/plugin/supertab.vim
deleted file mode 120000 (symlink)
index 7bc1d72..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/vim-scripts/plugin/supertab.vim
\ No newline at end of file