After exiting Neovim, in Thunderbird compose window it becomes
> Hello
World!
And both lines are coloured blue.
Environment
OS: Linux
Thunderbird version: 102.8.0
ExtEditorR extension version: 0.6.0
external-editor-revived --version output: External Editor Revived native messaging host for linux (x86_64) v0.6.0
Configuration
Neovim
Logs
In logs the extension did receive the empty line from messaging host. It was only lost after calling messenger.compose.setComposeDetails(tabId, composeDetails).
Description
In Neovim I have
After exiting Neovim, in Thunderbird compose window it becomes
And both lines are coloured blue.
Environment
external-editor-revived --version
output:External Editor Revived native messaging host for linux (x86_64) v0.6.0
Configuration
Neovim
Logs
In logs the extension did receive the empty line from messaging host. It was only lost after calling
messenger.compose.setComposeDetails(tabId, composeDetails)
.https://bugzilla.mozilla.org/show_bug.cgi?id=1819890