/* Tab-Completion */

This commit is contained in:
Sven 2006-06-12 07:31:32 +00:00
parent 9f1812d5e0
commit c3572792fd
1 changed files with 1 additions and 1 deletions

2
Vim.mw
View File

@ -9,7 +9,7 @@ imap " <C-V>"<C-V>"<Left>
''%'' springt auf die öffnende oder schließende Klammer.
=Tab-Completion=
unter [http://gentoo.org Gentoo] gibts das auch als ebuild unter app-vim/supertab
unter [http://gentoo.org Gentoo] gibts das auch als ebuild unter [http://gentoo-portage.com/app-vim/supertab app-vim/supertab]
<pre>
function InsertTabWrapper(direction) " automagically decide what to do with <tab>
let col = col('.') -1 " <s-tab> in insert mode