From c9608c923c00e35b2981f6a2948370d367252bc8 Mon Sep 17 00:00:00 2001 From: itchyny Date: Thu, 22 Aug 2013 21:10:18 +0900 Subject: [PATCH] improve doc --- doc/lightline.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/lightline.txt b/doc/lightline.txt index f5888af..9dc4471 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: 2013/08/22 21:07:54. +Last Change: 2013/08/22 21:09:59. CONTENTS *lightline-contents* @@ -180,6 +180,7 @@ In order to change the colorscheme: let g:lightline = { \ 'colorscheme': 'wombat', \ } +< In order to define own component: > @@ -206,6 +207,7 @@ In order to define own component: function! MyModified() return &modifiable && &modified ? '+' : '' endfunction +< Separators settings: >