elzr / vim-json

A better JSON for Vim: distinct highlighting of keywords vs values, JSON-specific (non-JS) warnings, quote concealing. Pathogen-friendly.
Other
1.23k stars 111 forks source link

Please send the latest indent plugin to Bram #78

Open tyru opened 7 years ago

tyru commented 7 years ago

Hi,

I sent a patch of indent/json.vim to vim_dev at 2/19. ref. https://github.com/vim/vim/issues/1493

But the current indent plugin seems already fixed in HEAD: https://github.com/elzr/vim-json/blob/fa9942d28829317043321feb84be741a0570506f/indent/json.vim

So would you like to send the latest indent plugin to Bram?

Thanks

tyru commented 7 years ago

This problem seems to be fixed in Vim runtime indent scripts at https://github.com/vim/vim/commit/3ec574f2b549f456f664f689d6da36dc5719aeb9 .