/* Tab-Completion */

This commit is contained in:
Sven 2006-06-12 07:28:59 +00:00
parent 051a71b941
commit 9f1812d5e0

1
Vim.mw
View File

@ -9,6 +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
<pre>
function InsertTabWrapper(direction) " automagically decide what to do with <tab>
let col = col('.') -1 " <s-tab> in insert mode