On Tue, Aug 29, 2017 at 10:51 AM, h_east <[email protected]> wrote:
> Hi Bram and list,
>
> How to reproduce:
> - Run vanilla Vim with specify the 'colorscheme' on terminal
>   $ vim -Nu NONE --cmd 'colorscheme desert'
>
> Then garbage('?12$p') at the first line. (See the attached file 
> "garbage_on_vim.png")
>
> NOTE:
> It doesn't occur if you don't specify 'colorscheme' at .vimrc or --cmd.
> I think patch 8.0.1009 is wrong.
>
> MY env.
> OS: fedora 25
> Terminal: GNOME terminal 3.22.1
>           (TERM=xterm-256color)
> Vim:
>   configure option: --enable-gui=gnome2 --enable-terminal 
> --enable-fail-if-missing
>   version: 8.0.1010
>
> --
> Best regards,
> Hirohito Higashi (h_east)

Does it still happen if you set the colorscheme at the very end of
startup, like this (in the vimrc)?

        if has('autocmd')
                augroup userstartup
                        au VimEnter
                                \ colorscheme desert
                augroup END
        endif


Best regards,
Tony.

-- 
-- 
You received this message from the "vim_dev" 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_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui