If you open a json file and hit h (Parent) once, you don't get an error and nothing visually changes. While there, hitting backspace gives a "No node to act on here" error and h gives a "Cannot move there" error. You then have to hit l (FirstChild) twice before the cursor visibly moves to the first object pair.
I assume what's happening is that we're allowing the cursor to move to the root, which we intended to disallow.
If you open a json file and hit
h
(Parent) once, you don't get an error and nothing visually changes. While there, hittingbackspace
gives a "No node to act on here" error andh
gives a "Cannot move there" error. You then have to hitl
(FirstChild) twice before the cursor visibly moves to the first object pair.I assume what's happening is that we're allowing the cursor to move to the root, which we intended to disallow.