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

delimitMate_expand_cr improper indent #258

Open tim-phillips opened 7 years ago

tim-phillips commented 7 years ago

Not expanding the () on return. Cursor doesn't indent:

const test = () => {
  return (
  |
  )
}