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

Expand CR does not center cursor correctly #217

Closed benfranklin79 closed 9 years ago

benfranklin79 commented 9 years ago

My settings are:

set backspace=2
let g:delimitMate_expand_cr=2

When I have the following:

{|}

and I hit < CR > I get:

{
|}

when what I want is:

{
|
}
Raimondi commented 9 years ago

I can't reproduce this.

benfranklin79 commented 9 years ago

Apologies, this problems seems to have disappeared after messing around enabling/disabling other plugins - yet it's not clear which plugin is the culprit. I will just close this and do further investigation on my own to figure out what was causing it.