Open IceNature opened 6 years ago
Just to be sure - does it reproduce if you run ConEmu as
ConEmu64.exe -basic -run {bash}
?
What is output of the command ConEmuC -CheckUnicode
?
@Maximus5
The problem still exists after I ran the ConEmu64.exe -basic -run {bash::bash}
The ConEmuC -CheckUnicode
in the {cmd} started with -basic
outputs
And the ConEmuC -CheckUnicode
in the ConEmuC64.exe started by cmder outputs
There is the log with the operations:
ConEmu64.exe -basic -log -run {bash::bash}
vim
in bashI don't known why, but it seems that the problem disappeared after I disabled TrueMode (24bit color) support in ConEmu.
Versions
ConEmu build: 180506 x64 OS version: Windows 10 x64 1803 17134.48, but vim runs in WSL(OpenSUSE 42.3 Leap)
Used shell version (Far Manager, git-bash, cmd, powershell, cygwin, whatever): WSL with ZSH
Problem description
The powerline symbols and the texts of vim-airline are not shown in the right place or show the right color except the first one.
xterm-256color
256
I have written a similar issue in vim-airline #1721. They said this is either a bug in WSL or in ConEmu.
Steps to reproduce
.vimrc
in the Additional files section.Actual results
It seems that vim and vim-airline gets the right symbols but they are not shown correctly.
Expected results
I try another wsl terminal with same font. It works well as the screenshot:
Additional files
I got the powerline patched font here, and set it in the ConEmu font setting:
There is the sample
.vimrc
including configures of Vim encoding and airline: