—Term does not output line breaks to output

Asked 2 years ago, Updated 2 years ago, 76 views

:term echo-e "hoge\\n\\n"

The new line below hoge has been shaved off.
What should I do to get a new line?

vim

2022-09-29 22:50

1 Answers

This is a Vim bug.Issue registered with vim-jp and created patch.
https://github.com/vim-jp/issues/issues/1200
If there is no problem, I will add a test and send it to vim_dev.


2022-09-29 22:50

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.