From 99a1351f1fb0436356389bf1237101759b7414b0 Mon Sep 17 00:00:00 2001 From: itchyny Date: Sat, 15 Nov 2014 07:47:30 +0900 Subject: [PATCH] fix cool characters table (fix #84) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 924cafa..88a9f91 100644 --- a/README.md +++ b/README.md @@ -537,8 +537,8 @@ Symbol | Default | powerline | vim-powerline ------------------ | ------- | ------------- | ------------- separator.left | '' | '' (\ue0b0) | '⮀' (\u2b80) separator.right | '' | '' (\ue0b2) | '⮂' (\u2b82) -subseparator.left | '|' | '' (\ue0b1) | '⮁' (\u2b81) -subseparator.right | '|' | '' (\ue0b3) | '⮃' (\u2b83) +subseparator.left | '\|' | '' (\ue0b1) | '⮁' (\u2b81) +subseparator.right | '\|' | '' (\ue0b3) | '⮃' (\u2b83) branch symbol | -- | '' (\ue0a0) | '⭠' (\u2b60) readonly symbol | -- | '' (\ue0a2) | '⭤' (\u2b64) linecolumn symbol | -- | '' (\ue0a1) | '⭡' (\u2b81)