Saturday, January 12, 2019

Re: =?UTF-8?Q?E474:_Invalid_argument:_lis? =?UTF-8?Q?tchars=tab:?~V?\_,eol:¬^[^[?MIME-Version: 1.0

I used a docker image of Ubuntu. Where I mounted my home as the home
of root in the docker container.

docker run -it --rm -v "$HOME":/root ubuntu

In the container, I run, then I would see `.vimrc [+] ` at the bottom
meaning the file has been change upon opening.

apt-get update
apt install vim
vim ~/.vimrc

I guess the problem is from the docker image. Could you help try it
and see if you can reproduce the problem?

> :set listchars+=tab:▸-
>
> where I copied and pasted that triangle from your email.
>
> I also diffed your Ubuntu vim version info against mine and I didn't
> see anything obvious to me that would cause such a problem.

--
Regards,
Peng

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: