-
-
Notifications
You must be signed in to change notification settings - Fork 5
confusing display with inline_highlighting #23
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I used live-command to wrap vim-abolish:
use {'smjonas/live-command.nvim', commit='ce4b104ce702c7bb9fdff863059af6d47107ca61', config=function()
require("live-command").setup {
defaults = {
-- inline_highlighting = false,
},
commands = {
Norm = { cmd = "norm" },
S = { cmd = "Subvert"}, -- must be defined before we import vim-abolish
},
}
end}With an input file of:
result
Result
RESULT
And when previewing this command:
%S/result/outcome
Ideally the display would be like neovim's :%s preview meaning resultoutcome
Disabling inline highlighting helps with that issue, but then whole lines are highlighted and it's not clear anymore what was changed.
Making a word-by-word diff would help in this case, I guess.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
