Raimondi / delimitMate

Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
http://www.vim.org/scripts/script.php?script_id=2754
1.98k stars 117 forks source link

How to make delimitMate_expand_cr also tab? #209

Open 9mm opened 9 years ago

9mm commented 9 years ago

Hi,

So I have...

" DelimitMate
let g:delimitMate_expand_cr = 2
let g:delimitMate_expand_space = 1

I'm trying to make it so when...

function() {|}

and you hit <CR> I get...

function() {
    |
}

but I keep getting...

function() {
|
}

Is there something I can do here? Thanks!

avli commented 9 years ago

@9mm The same issue... But according to this answer the issue may have something to do with SuperTab plugin.