Skip to content

jdaddy chokes on large JSON objects when cursor is at the top. #7

@adamtaylor13

Description

@adamtaylor13

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:

  1. Get large JSON object (>=48k?)
  2. Have it all ugly and not parsed. (It was also on one line.. Not sure if that mattered)
  3. Try to run gqaj on first bracket, or near beginning of line.
  4. Try to run gqaj on 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions