external-editor-revived icon indicating copy to clipboard operation
external-editor-revived copied to clipboard

Missing empty lines after cited lines

Open Frederick888 opened this issue 1 year ago • 0 comments

Description

In Neovim I have

> Hello

World!

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).


https://bugzilla.mozilla.org/show_bug.cgi?id=1819890

Frederick888 avatar Mar 02 '23 12:03 Frederick888