Skip to content

Statusline color is overflow and flicker in cmd.exe and window powershell.exe #10637

@hungpham3112

Description

@hungpham3112

Steps to reproduce

  1. create test.vim
call plug#begin(has('nvim') ? stdpath('data') . '/plugged' : '~/vimfiles/plugged')
Plug 'https://github.com/itchyny/lightline.vim.git'
call plug#end()
set laststatus=2

  1. PlugInstall to install lightline
  2. open cmd.exe or powershell.exe
  3. vim -u test.vim
  4. resize the terminal to see the result.

cmd.exe:

bandicam.2022-06-29.14-12-06-978.mp4

powershell.exe

bandicam.2022-06-29.14-13-54-070.mp4

Expected behaviour

Not flickering and overflow, behavior like neovim.

Version of Vim

9.0.0001

Environment

OS: Windows 11

Logs and stack traces

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions