Commit Graph

536 Commits

Author SHA1 Message Date
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
048da5eb2d skip function check (try...catch captures) 2016-03-21 15:49:33 +09:00
itchyny
4c80971765 add .themisrc 2016-03-21 15:33:44 +09:00
itchyny
f4ac7c9d32 add tests for s:expand 2016-03-21 15:31:53 +09:00
itchyny
6c36d989e1 swapt the return valur of s:expand 2016-03-21 15:11:53 +09:00
itchyny
cf81e91f1f move winwidth to s:lightline 2016-03-20 19:41:41 +09:00
itchyny
a0e87fe732 refactor lightline#tabline a little bit 2016-03-20 11:01:57 +09:00
itchyny
7c579e48c9 add more tests for lightline#tabline 2016-03-20 11:01:12 +09:00
itchyny
f799d94a34 fix lightline#init: unlet the value because the type of the values in the configuration can change 2016-03-20 10:14:04 +09:00
itchyny
9f38b3c2d1 refactor lightline#init: move the default value to the script local variable s:_lightline 2016-03-20 10:11:24 +09:00
itchyny
929c0f765e improve the help of mode_map 2016-03-20 09:33:54 +09:00
itchyny
c24e444064 improve mode_map 2016-03-20 09:33:23 +09:00
itchyny
e6d52f61a6 stop installing the latest Vim on Travis 2016-03-20 01:43:31 +09:00
itchyny
4e15ea324d split tests per functions 2016-03-20 01:37:04 +09:00
itchyny
39d9ba1935 set g:lightline.winwidth to 180 to make the tests for lightline#tabs work 2016-03-20 00:59:37 +09:00
itchyny
8911dfacd4 retrieve the width of the window from g:lightline if available (for injection from the tests) 2016-03-20 00:58:31 +09:00
itchyny
9139d78f4b retrieve the width of the window in advance 2016-03-20 00:54:06 +09:00
itchyny
f7afdddb4f refactor lightline#tabs 2016-03-20 00:45:08 +09:00
itchyny
00af0f6ec9 use arguments abbreviation to make tests of tabline more readable 2016-03-20 00:06:41 +09:00
itchyny
0622b9572f add tests for abbreviation in tabline 2016-03-19 23:15:02 +09:00
itchyny
f126ec2dce tweak lightline#onetab 2016-03-19 22:36:37 +09:00
itchyny
abc80eefea add a test for tab_component and tab_component_function 2016-03-19 22:18:38 +09:00
itchyny
42a0074262 refactor lightline#onetab 2016-03-19 22:13:57 +09:00
itchyny
a9b9948aa2 add tests for lightline#{enable,disable,toggle} 2016-03-19 19:39:13 +09:00
itchyny
a0dac40a77 concatenate images vertically in README.md 2016-03-19 19:38:41 +09:00
itchyny
24eacd69d9 remove s:suite.before() 2016-03-19 19:31:49 +09:00
itchyny
d25c31d9a5 add tests for lightline#onetab 2016-03-19 19:15:48 +09:00
itchyny
842d3bf709 rename 2016-03-19 19:15:38 +09:00
itchyny
4909a7d88b tabnew before tabonly in s:suite.before_each() 2016-03-19 19:15:23 +09:00
itchyny
c576092981 Test on Travis 2016-03-19 18:49:17 +09:00
itchyny
b70d1a3e87 add tests for tabline 2016-03-19 18:48:57 +09:00
itchyny
f481fa3177 clear the tabline if disabled on lightline#init 2016-03-19 18:48:20 +09:00
itchyny
1d6870f31f stop using concatenation of commands for readability 2016-03-18 09:14:22 +09:00
itchyny
0f62126cbd use lower name for augroups 2016-03-14 03:34:37 +09:00
itchyny
bfbf2b2241 Refine lightline#tabline in order to make bufferline in tabline work as expected (close #155, related: #36, #89) 2016-03-14 03:28:41 +09:00
itchyny
e6a43f98fa Merge branch 'nhooyr-reload-terminal-nvim' 2016-02-10 11:05:01 +09:00
Anmol Sethi
6e60201371 No need to run has('win64') after has('win32')
has('win32') includes 64bit windows thus it is pointless to run
has('win64') afterwards.
2016-02-09 20:54:00 -05:00
Anmol Sethi
e71c3ebcfc Set highlight groups for terminal mode in lightline#highlight()
Fixes #144. I just added the missing terminal mode to modes in
lightline#highlight() if neovim is being used.
2016-02-09 20:50:33 -05:00
itchyny
b6a43c0ec3 update LICENSE 2016-02-03 22:15:05 +09:00
itchyny
387351a7f6 allow the colorscheme to use color names and none to ctermfg and ctermbg (fix #146) 2016-02-03 22:11:35 +09:00
itchyny
ae33e9300f adjust indent 2016-02-03 22:04:13 +09:00
itchyny
6c64730b04 Merge pull request #142 from alexeyzab/fix-solarized-light
Change tabline.middle color (Close #141)
2015-12-31 10:32:48 +09:00
Alexey Zabelin
dc3f3c87d7 Change tabline.middle color
Previously it was displaying the solarized dark version.

See #141
2015-12-30 18:08:11 -05:00
itchyny
4b1dea2efc update README: new line before images 2015-12-12 11:10:49 +09:00
itchyny
de6a9187a4 Merge pull request #137 from HiPhish/color-terminal
Change colour of 'terminal' mode to be same as 'insert' mode. (Close #138)
2015-12-07 08:45:46 +09:00
HiPhish
eaf4500760 Change colour of 'terminal' mode to be same as 'insert' mode. 2015-12-07 00:36:34 +01:00
itchyny
9883aaba3f change the tab colors of wombat colorscheme 2015-12-01 09:23:50 +09:00
itchyny
2050e86657 change the color of landscape colorscheme 2015-11-28 10:10:00 +09:00
itchyny
84f4bc66ad Merge pull request #136 from alexeyzab/fix-solarized-dark
Change tabline's background color of solarized theme (Close #135)
2015-11-26 11:10:16 +09:00