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

undo won't works properly if delimitMate triggered at the first line #70

Closed curist closed 12 years ago

curist commented 13 years ago

Reproduce the bug:

  1. open vim
  2. type in the following in insert mode

    ''
    whatever
  3. exit to normal mode
  4. press u to undo

only the first line will be cleared. I guess this is one of the rare edge case that won't really affect daily usage though

Raimondi commented 12 years ago

This is a bug in Vim (http://tinyurl.com/7axt5pw). I can't do much to keep that from happening.