Update the utf-8 icons used in the lightline status bar

This commit is contained in:
Kevin MacMartin 2017-02-10 16:25:50 -05:00
parent 0c427f914a
commit 1511f4e33f

View file

@ -369,7 +369,7 @@ scriptencoding utf-8
endfunction
function! LLReadonly()
return &ft !~? 'help' && &readonly ? '🔒' : ''
return &ft !~? 'help' && &readonly ? '🔏' : ''
endfunction
function! LLFilename()