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 116 forks source link

:call delimitMate#IsEmptyPair('><'), Key not present in Dictionary: 1.left_delims #270

Open PegasusWang opened 6 years ago

PegasusWang commented 6 years ago

I use emmet-vim and when generate tag like this <button><button> and type <cr>, neovim shows:

Key not present in Dictionary: 1.left_delims

If I call delimitMate#IsEmptyPair directly, the same error occurs:

:call delimitMate#IsEmptyPair('><')
d4em0n commented 5 years ago

same issue