On Sun, Jan 13, 2019 at 10:00 AM Tony Mechelynck
<antoine.mechely...@gmail.com> wrote:
>
> On Sun, Jan 13, 2019 at 5:20 AM Peng Yu <pengyu...@gmail.com> wrote:
> >
> > 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?
>
> No, I can't try it because I don't have Ubuntu.

You can try docker on either Mac or Linux. Once docker is installed.
It is just one commands (shown in my previous email).

It will host a VM which is Linux.

> In the Vim which I
> compile myself on openSUSE Linux 15.0 I don't see the problem. Could
> you check what I said in my former post?
> - What is the answer to ":echo has('multi_byte')" (without the double
> quotes but with the single ones)

1

> - What is the answer to ":set encoding?" (without the double quotes
> but with the question mark)

  encoding=latin1

> - Is there a line "scriptencoding utf-8" (without the quotes) near the
> top of your vimrc?

That does not help.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to