correct readonly gylph for powerline-fonts

This commit is contained in:
gandaro
2014-06-10 14:45:10 +02:00
parent 4e94420705
commit 2762a7ac9a

View File

@@ -192,7 +192,7 @@ If you have installed the patched font for powerline, use the following settings
let g:lightline = { let g:lightline = {
\ 'colorscheme': 'wombat', \ 'colorscheme': 'wombat',
\ 'component': { \ 'component': {
\ 'readonly': '%{&readonly?"":""}', \ 'readonly': '%{&readonly?"":""}',
\ }, \ },
\ 'separator': { 'left': '', 'right': '' }, \ 'separator': { 'left': '', 'right': '' },
\ 'subseparator': { 'left': '', 'right': '' } \ 'subseparator': { 'left': '', 'right': '' }