On Sat, Jan 12, 2019 at 7:57 AM Bram Moolenaar <b...@moolenaar.net> wrote:
>
> > I got the following error when I run vim on an ubunut docker image.
> > Does anybody know know what is wrong with the vim installation?
> > Thanks.
> >
> > $ vi
> > Error detected while processing /root/.vimrc:
> > line  401:
> > E474: Invalid argument: listchars=tab:?~V?\ ,eol:¬
> > Press ENTER or type command to continue
>
> Looks like the two characters after tab: were corrupted.
> Perhaps caused by conversion between encodings.

The files are exactly the same on both systems. So the difference
should be in vim. What vim compile options affect the encodings?

ttys009@10:00:55@~$ grep listchars ~/.vimrc |xxd
00000000: 7365 7420 6c69 7374 6368 6172 733d 7461  set listchars=ta
00000010: 623a e296 b85c 202c 656f 6c3a c2ac 0a    b:...\ ,eol:...
ttys009@10:01:06@~$ uname
Darwin

19a9967ba259:pts@16:01:37@~$ grep listchars ~/.vimrc |xxd
00000000: 7365 7420 6c69 7374 6368 6172 733d 7461  set listchars=ta
00000010: 623a e296 b85c 202c 656f 6c3a c2ac 0a    b:...\ ,eol:...
19a9967ba259:pts@16:01:43@~$ uname
Linux

-- 
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