From b18c1c214c3de05c41535a7e83337fa98f5802e2 Mon Sep 17 00:00:00 2001 From: itchyny Date: Sat, 15 Nov 2014 07:45:04 +0900 Subject: [PATCH] fix subseparator.right of powerline (fix #84) --- README.md | 2 +- doc/lightline.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85be686..924cafa 100644 --- a/README.md +++ b/README.md @@ -538,7 +538,7 @@ Symbol | Default | powerline | vim-powerline separator.left | '' | '' (\ue0b0) | '⮀' (\u2b80) separator.right | '' | '' (\ue0b2) | '⮂' (\u2b82) subseparator.left | '|' | '' (\ue0b1) | '⮁' (\u2b81) -subseparator.right | '|' | '' (\ue0b4) | '⮃' (\u2b83) +subseparator.right | '|' | '' (\ue0b3) | '⮃' (\u2b83) branch symbol | -- | '' (\ue0a0) | '⭠' (\u2b60) readonly symbol | -- | '' (\ue0a2) | '⭤' (\u2b64) linecolumn symbol | -- | '' (\ue0a1) | '⭡' (\u2b81) diff --git a/doc/lightline.txt b/doc/lightline.txt index 3729a2a..0f7cd91 100644 --- a/doc/lightline.txt +++ b/doc/lightline.txt @@ -4,7 +4,7 @@ Version: 0.0 Author: itchyny (https://github.com/itchyny) License: MIT License Repository: https://github.com/itchyny/lightline.vim -Last Change: 2014/01/27 08:47:37. +Last Change: 2014/11/14 09:20:21. CONTENTS *lightline-contents* @@ -1102,7 +1102,7 @@ Problem 9: *lightline-problem-9* separator.left '' '' (\ue0b0) '⮀' (\u2b80) separator.right '' '' (\ue0b2) '⮂' (\u2b82) subseparator.left '|' '' (\ue0b1) '⮁' (\u2b81) - subseparator.right '|' '' (\ue0b4) '⮃' (\u2b83) + subseparator.right '|' '' (\ue0b3) '⮃' (\u2b83) branch symbol -- '' (\ue0a0) '⭠' (\u2b60) readonly symbol -- '' (\ue0a2) '⭤' (\u2b64) linecolumn symbol -- '' (\ue0a1) '⭡' (\u2b81)