vim-json icon indicating copy to clipboard operation
vim-json copied to clipboard

Wrong syntax mark stays 'alive'

Open carlosalberto opened this issue 10 years ago • 1 comments

I'm working with a single file (a list of json objects), and something that is really distracting is the fact that the red mark for a wrong syntax (in my case, an extra comma at the end), stays alive, even if I corrected the thing.

Sample input: [ { "content_id": "123", -> it keeps a red mark for around 5-10 seconds, based on my activity "action_value": "played", -> correctly wrong } ]

Take a look at the screenshot: http://gyazo.com/4b2f0034c34b91ee19a7c60c242087a1

This is REALLY distracting. Is there a chance to alleviate this? Thanks!

carlosalberto avatar Jun 15 '15 16:06 carlosalberto

you want to extend the time before the test?

sagax avatar Aug 03 '15 06:08 sagax