Commit Graph

89 Commits

Author SHA1 Message Date
itchyny
9f4b0753dc fix lightline#onetab 2013-09-29 20:09:51 +09:00
itchyny
0c2b7dd981 improve s:expand() 2013-09-29 11:20:59 +09:00
itchyny
c4bd325824 tabline_separator and tabline_subseparator 2013-09-24 02:26:27 +09:00
itchyny
0b3e768d7f improve s:term, set the same attribute for gui (sorry for changes in appearance, GVim users) 2013-09-23 22:31:23 +09:00
itchyny
4a73538c63 fix s:subseparator (fix #37) 2013-09-17 18:25:42 +09:00
itchyny
4372d949ba improve type assertion in s:expand() 2013-09-17 12:02:39 +09:00
itchyny
51ca551dbe improve s:expand() 2013-09-17 10:54:21 +09:00
itchyny
7491f78e3b fix s:subseparator for expanded component 2013-09-17 10:24:21 +09:00
itchyny
f6abca6d29 improve doc (ref #35) 2013-09-12 13:00:23 +09:00
itchyny
a3ce07f6ee improve doc, option to disable tabline/statusline (close #33) 2013-09-10 20:42:54 +09:00
itchyny
4aece63fdd lightline#tabs() 2013-09-08 00:54:35 +09:00
itchyny
b5c20817da lightline#tabs() 2013-09-07 22:13:05 +09:00
itchyny
b242a5e1b1 lightline#tabs() 2013-09-07 21:36:25 +09:00
itchyny
fe48ba61b1 automatic truncation in lightline#tabline() (ref #30) 2013-09-07 21:07:03 +09:00
itchyny
41b8827d3b remove unused variables 2013-09-07 19:35:42 +09:00
itchyny
da5925adb6 remove the 4th arg in gettabwinvar (fix #31) 2013-09-07 18:26:22 +09:00
itchyny
7c7ad0399d support for tabline (close #6, close #27, close #28, close #29) 2013-09-07 16:40:26 +09:00
itchyny
4dbd28a07d remove control-x characters from the code 2013-08-31 19:46:33 +09:00
itchyny
d044e87ada new function lightline#concatenate({list}, {num}) (close #18) 2013-08-31 19:27:52 +09:00
itchyny
3e14ff8e63 improve lightline#colorscheme#fill: cui->gui conversion (ref #20) 2013-08-30 23:24:12 +09:00
itchyny
433cff0c4d lightline#link has an optional argument (close #17) 2013-08-30 01:23:09 +09:00
itchyny
0229d1c95e %s/s:gui2cui/lightline#colortable#gui2cui/g for speed up 2013-08-28 10:10:09 +09:00
itchyny
e61de8911e improve the substituting pattern 2013-08-28 08:28:17 +09:00
itchyny
a04ee4cadf check if the component group is empty 2013-08-28 08:27:32 +09:00
itchyny
5b3011196f s/abspath/absolutepath/ 2013-08-27 23:25:40 +09:00
itchyny
bbe951dabd s/fullpath/abspath/ 2013-08-27 23:24:41 +09:00
itchyny
bd28e118dd substitute (% %) component 2013-08-27 22:11:41 +09:00
itchyny
f3751c529e add some components 2013-08-27 22:10:25 +09:00
itchyny
d326eb2b9f merge lines 2013-08-27 20:52:02 +09:00
itchyny
9f31385dbe s/g:lightline/s:lightline/ (close #8) 2013-08-27 20:47:20 +09:00
itchyny
30749a134d remove lightline#function() 2013-08-27 20:07:05 +09:00
itchyny
465b6d2298 try catch in lightline#link (in case so $MYVIMRC, related to #8) 2013-08-27 19:54:08 +09:00
itchyny
931308438d improve English 2013-08-27 16:23:46 +09:00
itchyny
3067aa7afa solarized colorscheme (without auto &background detection) 2013-08-27 10:28:44 +09:00
itchyny
62e067d6f9 improve doc 2013-08-27 08:05:08 +09:00
itchyny
7a75ac570e careful separators and colors improvement 2013-08-27 01:06:17 +09:00
itchyny
9f88adc9c1 remove unnecessary reverse() 2013-08-26 16:52:24 +09:00
itchyny
a6198c4765 init in case :so MYVIMRC 2013-08-25 16:25:21 +09:00
itchyny
7740f57230 remove arguments 2013-08-24 19:23:30 +09:00
Akinori Hattori
839ceb3ac2 call lightline#highlight in ColorScheme 2013-08-24 18:30:00 +09:00
itchyny
ac75048fe2 improve README.md 2013-08-24 13:39:27 +09:00
itchyny
ed770612d4 check if functions exist 2013-08-24 13:11:52 +09:00
itchyny
640972be6b check if functions exist 2013-08-24 12:38:18 +09:00
itchyny
496c3dc892 join lines 2013-08-23 23:45:32 +09:00
itchyny
1a2799defc remove fugitive component 2013-08-23 20:49:55 +09:00
itchyny
e450fdd76b remove update for InsertLeave, InsertEnter (trash in initial implementation) 2013-08-23 13:38:43 +09:00
itchyny
1ff46b602e set highlight link in lightline#link in case lightline#mode is not called: g:lightline.active.left = [] 2013-08-23 12:13:36 +09:00
itchyny
4ee2bac841 introduce g:lightline.mode_fallback 2013-08-23 10:40:10 +09:00
itchyny
9f7ef31d5f s/component_func/component_function/, s/component_flag/component_visible_condition/ (sorry for breaking back conpatibility) 2013-08-23 07:35:01 +09:00
itchyny
1d12cd2bea remove a void line 2013-08-22 23:30:33 +09:00