jaxbot / github-issues.vim

Github issue lookup in Vim
http://jaxbot.me/articles/github-issues-vim-plugin-5-7-2014
Other
405 stars 28 forks source link

JSON identation is removed when issue is loaded #153

Closed melhakim closed 6 years ago

melhakim commented 8 years ago

When an issue contains JSON data such as:

```json
{
       "key": "value",
          "...."

}


is read, the indentation is lost.
nickwynja commented 6 years ago

I've just opened a simple PR which addresses this issue (which I was also seeing with markdown lists).