Commit Graph

16 Commits

Author SHA1 Message Date
itchyny
fc7d25e796 implement g:lightline.component_raw to specify raw type components. (close #240, #134)
Having raw type configuration in component_type is a kind of
implementation design mistake. We sometimes want to specify both the
type and the raw attribute of a component. The raw component feature
shouldn't be included as one of the types of components. Now we can
specify the raw attribute with component_raw and the type with
component_type.
2017-08-21 08:21:01 +09:00
itchyny
e7b6c035eb add tests for raw type expansion component 2017-08-20 21:57:17 +09:00
itchyny
06d0dd33d3 add a test using dictionary function for expand components (ref #183) 2016-09-04 13:07:31 +09:00
itchyny
997c4ba572 change the tests for s:expand: stringify the indices 2016-03-22 10:24:19 +09:00
itchyny
ba4e7552ec improve tests for s:expand 2016-03-22 08:58:29 +09:00
itchyny
5f50a0d0fa add more tests for s:expand 2016-03-21 22:34:16 +09:00
itchyny
b81c73a119 add more tests for s:expand 2016-03-21 20:15:38 +09:00
itchyny
45313179b6 add more tests for s:expand 2016-03-21 18:54:17 +09:00
itchyny
6e0b2717ae add more tests for s:expand 2016-03-21 16:58:43 +09:00
itchyny
9ef3456427 add more tests for s:expand: arrays of arrays 2016-03-21 16:48:45 +09:00
itchyny
ce6c2d8aba add more tests for s:expand: short array 2016-03-21 16:41:40 +09:00
itchyny
6cd8fc8c3c add more tests for void string in s:expand 2016-03-21 16:30:01 +09:00
itchyny
738c37c7d3 fix tests for s:expand 2016-03-21 16:26:06 +09:00
itchyny
cbed6f9a69 add more tests, the function returns void string, for s:expand 2016-03-21 15:52:25 +09:00
itchyny
a61e069274 add more tests, error and notfound for s:expand 2016-03-21 15:50:10 +09:00
itchyny
f4ac7c9d32 add tests for s:expand 2016-03-21 15:31:53 +09:00