It looks like the second item from the `:lang` command just contains
`UTF-8` instead of the expected `en_US.UTF-8` Not sure if this is
expected. Is this macvim or plain vim? You may want to check with @ychin
who contributed that test.
>
> I wonder what this test is actually testing. And how it is relevant for
> running Vim.
>
> > The "locale" command outputs:
>
> What matters is what the ":lang" command in Vim prints. It may be
> different, because Vim adjusts some things on startup. This uses the
> system function setlocale(what, NULL). On linux the output contains
> semicolons, it appears Mac OS does something different (it's based on
> BSD).
According to the test, it seems to expect / as delimiter.
>
> I haven't tried finding out where the test came from, I think it must
> have been there for years.
This comes from
https://github.com/vim/vim/pull/7022
Perhaps we need to check with @ychin
Best,
Christian
--
"The human brain is like an enormous fish -- it is flat and slimy and
has gills through which it can see."
-- Monty Python