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

Toggling a checkbox appends an extra space #1

Closed
lloeki opened this issue Nov 28, 2023 · 3 comments
Closed

Toggling a checkbox appends an extra space #1

lloeki opened this issue Nov 28, 2023 · 3 comments

Comments

@lloeki
Copy link

lloeki commented Nov 28, 2023

- [ ] foo bar
- [ ] baz qux

Then :Organ toggle-checkbox on the first line:

- [X] foo bar 
- [ ] baz qux

Note the extra space before first EOL.

AIUI it seems to come from here:

	if ! empty(text)
		let text ..= ' '
	endif
@chimay
Copy link
Owner

chimay commented Dec 12, 2023

I'll dig into it, thanks for reporting!

@chimay
Copy link
Owner

chimay commented Dec 12, 2023

seems ok now

@chimay chimay closed this as completed Dec 17, 2023
@lloeki
Copy link
Author

lloeki commented Jul 10, 2024

seems ok now

I'm late, but I now confirm it is! Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants