Fix "is undefined" typo #19

Closed
DasLixou wants to merge 1 commit from DasLixou-patch-1 into main
DasLixou commented 2025-01-01 13:14:18 +01:00 (Migrated from github.com)

Fix the TypeError: g.doneIndentState is undefined errors when doing multiple new lines on spadelangs playground.
I think this is a typo, because I can't find any naming of doneIdentState elsewhere, and comparing to the non-legacy indent function this seems correct, but correct me if I'm wrong :D

Fix the `TypeError: g.doneIndentState is undefined` errors when doing multiple new lines on spadelangs playground. I **think** this is a typo, because I can't find any naming of doneIdentState elsewhere, and comparing to the non-legacy indent function this seems correct, but correct me if I'm wrong :D
marijnh commented 2025-01-01 20:26:51 +01:00 (Migrated from github.com)

Thanks, but your patch still doesn't get the spelling right (State instead of States). I've implemented a fix in attached patch.

Thanks, but your patch still doesn't get the spelling right (`State` instead of `States`). I've implemented a fix in attached patch.
DasLixou commented 2025-01-01 20:46:31 +01:00 (Migrated from github.com)

Oh lol, thanks

Oh lol, thanks

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
codemirror/legacy-modes!19
No description provided.