rkitover / vimpager

Use Vim as PAGER
http://www.vim.org/scripts/script.php?script_id=1723
Other
774 stars 72 forks source link

unicode characters at end of line defect in vimcat #272

Open mgkurtz opened 1 year ago

mgkurtz commented 1 year ago

Here is some minimal example

> echo -e 'ää\n€€\n°°' | vimcat
ä�[0m
€�[0m
°�[0m

I remember already having observed this bug some years ago and it still happens with current vimpager and Vim 9.0. The same happens with vimpager when it uses passthrough mode.