Steve Hall wrote:
> Does anyone here know if Vim respects the following Unicode characters
> (represents them rather than just indicating literals):
> 
>   http://en.wikipedia.org/wiki/Newline#Unicode
> 
> I'm not on a Unicode platform at the moment, but I'm wondering if Vim
> could ever have the &listchars to do it like mined:
> 
>   http://towo.net/mined/mined-uni.png
> 
> 

On [g]vim-7.0.17 on ubuntu-5.10 those "newline" chars
are not treated specially.

For LS and PS is displays then as a single space.
For NEL it shows <85>
For FF it shows ^L

listchars doesn't support these either.

I notice gedit displays newlines for PS and LS.

Pádraig.

Reply via email to