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

Auto closing not working in .java files using MacVim #228

Closed z11i closed 7 years ago

z11i commented 8 years ago

In MacVim, when I want to call a method, at |, I type ()|.

Expected: foo.bar()|, got: foo.bar()|).

It only happens in MacVim with .java files so far. Other filetypes on MacVim, or any filetype on command line vim is fine.