From 2762a7ac9af6ba9a1a13bafd34a55d181c59dd8f Mon Sep 17 00:00:00 2001 From: gandaro Date: Tue, 10 Jun 2014 14:45:10 +0200 Subject: [PATCH] correct readonly gylph for powerline-fonts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea08f19..bd8f784 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ If you have installed the patched font for powerline, use the following settings let g:lightline = { \ 'colorscheme': 'wombat', \ 'component': { - \ 'readonly': '%{&readonly?"":""}', + \ 'readonly': '%{&readonly?"":""}', \ }, \ 'separator': { 'left': '', 'right': '' }, \ 'subseparator': { 'left': '', 'right': '' }