Skip to content

Commit

Permalink
fix win32 runtime error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzp committed Apr 1, 2016
1 parent 8790400 commit 4096466
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ endif
let g:airline_powerline_fonts = 1

if has ('win32')
let g:airline_symbols = {}
"airline symbols
let g:airline_left_sep = '«ó'
let g:airline_left_alt_sep = '«ô'
Expand All @@ -207,3 +208,4 @@ if has ('win32')
let g:airline_symbols.readonly = '«å'
let g:airline_symbols.linenr = '«ä'
endif
set laststatus=2

0 comments on commit 4096466

Please sign in to comment.