Hi developers,
I use Poderosa 4.3.8b under Windows7, I want to have vim with statusline.
I set as below:
Under Linux account:
echo $LANG
en_US.UTF-8
echo $TERM
xterm-256color
vim-powerline: https://github.com/Lokaltog/vim-powerline
Patched fonts for vim-powerline: https://github.com/eugeneching/consolas-powerline-vim
.vimrc
" powerline
set encoding=utf-8
set laststatus=2
set t_Co=256
let g:Powerline_symbols= "fancy"
setfillchars+=stl:\ ,stlnc:\
Under Windows7:
Extract fonts https://github.com/eugeneching/consolas-powerline-vim to C:\Windows\Fonts
Select font "Consolas for Powerline", Encoding: utf8(latin) in Poderosa.
The symbols cannot display correctly in the vim statusline:
But it can display correctly as the https://github.com/Lokaltog/vim-powerline screen shot in Putty and Xshell with the same setting.
Font : "Consolas for Powerline"
Encoding: utf8
Poderosa vim-powerline symbols show wrongly
vim statusline under Poderosa: http://www.flickr.com/photos/86869021@N04/8513073826/in/photostream/lightbox/
vim statusline under Putty/Xshell: http://www.flickr.com/photos/86869021@N04/8513073772/in/photostream/lightbox/