From a4464a69ffd8586fc772443509616ad88b971287 Mon Sep 17 00:00:00 2001 From: itchyny Date: Tue, 17 Sep 2013 14:35:01 +0900 Subject: [PATCH] improve doc (close #30) --- doc/lightline.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/lightline.txt b/doc/lightline.txt index f7b6d36..e3fda27 100644 --- a/doc/lightline.txt +++ b/doc/lightline.txt @@ -805,6 +805,10 @@ Problem 12: |lightline-problem-12| How to change the lightline colorscheme on the fly. Problem 13: |lightline-problem-13| + The 'E541' warning appears on the right hand side. + Many components disable the statusline of lightline. + +Problem 14: |lightline-problem-14| Found a bug of this plugin. Got many errors while using this plugin. Vim hangs while using this plugin. @@ -1034,6 +1038,13 @@ Problem 12: *lightline-problem-12* endfunction < Problem 13: *lightline-problem-13* + The 'E541' warning appears on the right hand side. + Many components disable the statusline of lightline. + + The number of items in statusline/tabline is limited to 80 + (see |E541|). You cannot register too much components. + +Problem 14: *lightline-problem-14* Found a bug of this plugin. Got many errors while using this plugin. Vim hangs while using this plugin.