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

undo leaves concealer artifact #833

Closed
2 tasks done
champignoom opened this issue May 3, 2023 · 1 comment · Fixed by #834
Closed
2 tasks done

undo leaves concealer artifact #833

champignoom opened this issue May 3, 2023 · 1 comment · Fixed by #834
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.

Comments

@champignoom
Copy link
Contributor

Prerequisites

  • I am using the latest stable release of Neovim
  • I am using the latest version of the plugin

Neovim Version

v0.9.0

Neorg setup

require('neorg').setup {
	load = {
		["core.defaults"] = {}, -- Loads default behaviour
		["core.norg.concealer"] = {}, -- Adds pretty icons to your documents
		["core.norg.dirman"] = { -- Manages Neorg workspaces
			config = {
				workspaces = {
					notes = "~/notes",
				},
			},
		},
	},
}

Actual behavior

One header1 icon remains.

Expected behavior

Buffer should become empty.

Steps to reproduce

type * a<Esc>u

Potentially conflicting plugins

No response

Other information

Similar to #831,, this problem doesn't exist prior to 3009adf.

Help

Yes

Implementation help

No response

@champignoom champignoom added the bug Issues related to bugs. Please attach a severity, a priority and category with this label. label May 3, 2023
@vhyrro
Copy link
Member

vhyrro commented May 4, 2023

This will be a very difficult problem to solve because nvim_buf_attach does not properly report undo operations, and this is a known issue without a real expected fix on the Neovim side iirc as it would require a large refactor in the codebase :|

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants