artur-shaik / vim-javacomplete2

DEPRECATED in favor of jc.nvim
Vim License
973 stars 83 forks source link

Fixed an error with SYNCHRONIZED block parsing. #299

Closed mschliep closed 7 years ago

mschliep commented 7 years ago

This is an old error that seems to exist since the initial commit.

Line 106 of parseradapter.vim assumes the dictionary entry is named 'block'.

artur-shaik commented 7 years ago

Seems like not only since initial commit, but much earlier, in original javacomplete plugin. Thanks.