Skip to content

Commit

Permalink
improve doc (close morhetz#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
itchyny committed Sep 17, 2013
1 parent 4372d94 commit a4464a6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/lightline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a4464a6

Please sign in to comment.