-
-
Notifications
You must be signed in to change notification settings - Fork 8
jdaddy chokes on large JSON objects when cursor is at the top. #7
Copy link
Copy link
Open
Description
I was using this plugin with a really large JSON object (48k) and jdaddy would not work if I had my cursor anywhere near the beginning. I tried it on the opening bracket, and on the first key—both times it simply wouldn't run.
Through a fluke, I tried it on the end bracket and it worked. Not sure if this is a known limitation with large files. Also I was working on a sensitive work-related JSON object so I can't paste the actual object I was using. :( Sorry!
Steps to reproduce:
- Get large JSON object (>=48k?)
- Have it all ugly and not parsed. (It was also on one line.. Not sure if that mattered)
- Try to run
gqajon first bracket, or near beginning of line. - Try to run
gqajon ending bracket
If I can help debug this in any way please let me know! I'm a novice Vim user, so I'm not familiar with Vimscript in anyway currently.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels