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

Fix checkbox issues with Nightly #813

Open
kristijanhusak opened this issue Oct 9, 2024 · 4 comments
Open

Fix checkbox issues with Nightly #813

kristijanhusak opened this issue Oct 9, 2024 · 4 comments
Labels
neovim-dependency Limited by Neovim functionality

Comments

@kristijanhusak
Copy link
Member

Describe the bug

With the tree-sitter update neovim/neovim#30589 , few features related to checkbox started to fail.

Steps to reproduce

Create a checkbox, try to toggle it.

Expected behavior

Emacs functionality

No response

Minimal init.lua

-- Enter your minimal_init.lua here

Screenshots and recordings

No response

OS / Distro

Linux

Neovim version/commit

NVIM v0.11.0-dev-936+gf449a38f6

Additional context

No response

@kristijanhusak kristijanhusak added the bug Something isn't working label Oct 9, 2024
@kristijanhusak kristijanhusak added the neovim-dependency Limited by Neovim functionality label Oct 24, 2024
@kristijanhusak
Copy link
Member Author

Minor issue fixed in c654095.
Other issues coming from neovim/neovim#30792

@kristijanhusak kristijanhusak removed the bug Something isn't working label Oct 24, 2024
@ynhhoJ
Copy link

ynhhoJ commented Feb 1, 2025

I'm not sure if this is correct issue for that, but i can't toggle A checkbox using <C-Space>.

Example:

- [ ] A
- [ ] B

If I press <C-Space> with cursor on B, everything works good.

:Inspect result of A checkbox:

Image

UPD: Can't reproduce that bug in emacs org-mode

@kristijanhusak
Copy link
Member Author

@ynhhoJ does it happen on stable Neovim version, like 0.10.3?

@ynhhoJ
Copy link

ynhhoJ commented Feb 1, 2025

@kristijanhusak , just tested on 0.10.4 and everything works fine, seems that can be a problem in 0.11.0 version.

My nvim -v:

NVIM v0.11.0-dev-1664+ge71d2c817d
Build type: RelWithDebInfo
LuaJIT 2.1.1736781742
Run "nvim -V1 -v" for more info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
neovim-dependency Limited by Neovim functionality
Projects
None yet
Development

No branches or pull requests

2 participants