I am trying to install vim-powerline, new-powerline, or vim-airline on Windows 7 on a 64bit version of vim, but I cannot get them to work.
In vim-powerline, I get the status line, but can't see the nice < delimiters.
I installed the plugin via Vundle and updated the configuration file.
let g:Powerline_symbols = 'fancy'
set encoding=utf-8
set t_Co=256
set fillchars+=stl:\ ,stlnc:\
let g:Powerline_mode_V="V·LINE"
let g:Powerline_mode_cv="V·BLOCK"
let g:Powerline_mode_S="S·LINE"
let g:Powerline_mode_cs="S·BLOCK"
Any combination looks pretty much the same. It seems that one might have to install new fonts, but there is no how-to for Windows.
With vim-airline, I finally found those fonts looking at the vim-airline plugin. Once again I can't get it quite right: I can see some ugly <<.
This is not the beautiful screenshot provided on the bling/vim-airline repository.