Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- in a to-do item throws an error when toggling #45

Closed
jakewvincent opened this issue May 28, 2022 · 1 comment
Closed

- in a to-do item throws an error when toggling #45

jakewvincent opened this issue May 28, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jakewvincent
Copy link
Owner

When a to-do item like the following is toggled, an error is produced.

* [ ] Do something fun - hopefully

Error:

E5108: Error executing lua ...e/pack/packer/start/mkdnflow.nvim/lua/mkdnflow/lists.lua:177: attempt to get length of local 'indentation' (a nil value)
stack traceback:
        ...e/pack/packer/start/mkdnflow.nvim/lua/mkdnflow/lists.lua:177: in function 'update_parent_to_do'
        ...e/pack/packer/start/mkdnflow.nvim/lua/mkdnflow/lists.lua:267: in function 'toggleToDo'
        [string ":lua"]:1: in main chunk
@jakewvincent jakewvincent added the bug Something isn't working label May 28, 2022
@jakewvincent jakewvincent self-assigned this May 28, 2022
@jakewvincent
Copy link
Owner Author

Fixed in commit 5b1bb4a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant