itchyny
709b2d8dc8
improve performance of s:convert()
2020-11-21 14:04:24 +09:00
itchyny
7468c3b3b8
source autoload script in .themisrc
2020-11-21 03:41:27 +09:00
itchyny
fb3e157e45
fix inconsistent spacing around . operator
2020-11-21 00:24:25 +09:00
itchyny
a99156db53
improve s:line()
2020-11-21 00:23:25 +09:00
itchyny
46999f167a
optimize flattening twice in s:expand()
2020-11-20 21:35:16 +09:00
itchyny
543ee323a4
test calling lightline#{disable,enable} twice does not cause errors
2020-11-14 12:01:31 +09:00
itchyny
fdccae8c9d
Revert "use autocmd! [group] to remove the auto-commands" to fix #528
...
This reverts commit 2d482e82f2 .
2020-11-13 15:31:33 +09:00
itchyny
2d482e82f2
use autocmd! [group] to remove the auto-commands
2020-11-10 22:34:57 +09:00
itchyny
53176a0b75
drop support of Vim 7.2
2020-11-05 20:07:44 +09:00
itchyny
8769bbb84c
remove version from the document header
2020-10-20 21:35:24 +09:00
itchyny
5226facff7
improve the example in the document
2020-10-20 21:30:58 +09:00
itchyny
ee972cd83b
add a pointer to vim-gitbranch
2020-10-20 21:24:00 +09:00
itchyny
e4a1cf56c9
simplify instruction in the document for powerline font
2020-10-20 21:22:05 +09:00
itchyny
0c60a099dd
update installation instruction in the document
2020-10-20 20:54:50 +09:00
itchyny
ab2536a377
update README.md for installation instruction using packages
2020-10-08 14:15:02 +09:00
itchyny
2afc3ab4dd
fix highlight links on resetting highlights (ref: Vim 8.2.1703 213da551) ( close #512 )
2020-09-25 11:00:28 +09:00
itchyny
f5f870e0ac
reduce copying two lists in s:line
2020-09-05 21:00:11 +09:00
itchyny
760bacdc6e
Merge pull request #505 from sudofoobar/fix-fg-color-in-selenized
2020-09-03 21:24:02 +09:00
sudofoobar
cfc00eabc3
Fix foreground colors in selenized colorschemes
2020-09-03 20:33:34 +09:00
itchyny
1b412cf3af
Merge pull request #496 from elig0n/patch-1
2020-08-16 11:07:04 +09:00
Eliran Gonen
f73ab30953
doc update: lineinfo uses column instead of virtual column by default
2020-08-16 01:10:09 +03:00
itchyny
c1883dbf23
use actions/checkout main
2020-08-16 00:08:11 +09:00
Eliran Gonen
2ff75113e7
Use virtual column instead of column in lineinfo
...
i.e. when 'wrap' is set 'showbreak' characters gets counted in in column position.
This seems to be like a more common use, better default.
2020-08-14 22:58:26 +03:00
itchyny
fca0bd2fe4
Merge pull request #495 from ulrikdem/tab-abbr-columns
...
Abbreviate tabline based on current rather than initial width
2020-08-14 09:45:25 +09:00
Ulrik de Muelenaere
eb462749ae
Abbreviate tabline based on current rather than initial width
2020-08-13 20:25:11 +02:00
itchyny
079dc5754c
Merge pull request #483 from yhu266/master
...
improve tabline colors for colorscheme jellybeans
2020-07-09 09:20:47 +09:00
yhu266
e51ebcc17e
improve tabline colors for colorscheme jellybeans
2020-07-08 15:23:09 -07:00
itchyny
afd88109a6
update screenshot of 16color in colorscheme.md
2020-06-21 20:50:01 +09:00
itchyny
8cd65f6d3e
Merge pull request #479 from jackno/16color
2020-06-21 20:30:31 +09:00
Jack
419694cfed
Combine authors
2020-06-20 21:50:55 -07:00
Jack
e289c097d6
Change 16half references to 16color
2020-06-20 21:50:07 -07:00
jackno
88f7ad0953
improve design and contrast in 16color theme
2020-06-20 19:27:51 -07:00
itchyny
3afa0102ce
move palette conversion for Windows to colortable.vim
2020-06-19 11:11:45 +09:00
itchyny
2202c7a996
stop quick return because it is true for most users
2020-06-19 07:34:19 +09:00
itchyny
116fa4901c
run test with Vim 8.2.1000 on GitHub Actions
2020-06-19 07:18:33 +09:00
itchyny
2effe7ad1c
add a test case for #448
2020-06-19 07:17:34 +09:00
itchyny
da5a84c77f
skip updating statusline for autocmd window ( close #444 , #447 , #448 )
2020-06-19 07:03:42 +09:00
itchyny
c172131e03
Merge pull request #468 from chrisnovakovic/colorscheme-trailing-spaces
2020-05-18 09:34:19 +09:00
Chris Novakovic
6c289cda76
Remove trailing spaces from strings in colorscheme palettes
...
Several colorschemes define colours whose hex representations contain
trailing spaces. While this doesn't currently seem to have any adverse
effects, remove the trailing spaces to avoid potential problems later.
2020-05-17 21:12:55 +01:00
itchyny
865c5c3b30
update CI triggers not to duplicate on pull requests
2020-05-07 16:16:19 +09:00
itchyny
1a118e1da9
fix incosistent spacing in selenized_white colorscheme
2020-05-03 19:34:34 +09:00
itchyny
a82773c5d5
Merge pull request #458 from kmARC/master
2020-05-03 14:32:56 +09:00
Mark Korondi
8080d8e891
Add support for (preferred) terminal colors
...
As the selenized documentation notes, setting the proper terminal
palette is the preferred method of using selenized in terminal. This
patch enables that mode using airline's built-in flatten method, while
keeps the true color definitions for gui vim.
2020-05-02 21:12:31 +02:00
itchyny
d77c94f215
add selenized_black, selenized_light, selenized_white colorschemes
2020-05-02 17:10:22 +09:00
itchyny
0dfb101d0c
fix non-GUI colors of selenized_dark colorscheme
2020-05-02 16:54:42 +09:00
itchyny
8c01f4299f
add simpleblack to the colorscheme list in the document
2020-05-02 16:40:49 +09:00
itchyny
1380e619bb
update screenshot filenames
2020-05-02 16:27:03 +09:00
itchyny
43a1eabdd5
Merge pull request #457 from jaki/fix-deus-right-bold
2020-05-02 13:31:55 +09:00
itchyny
68f4d2600b
add screenshot of ayu_dark to colorscheme.md
2020-05-01 19:55:24 +09:00
itchyny
e11ebebd7d
fix non-GUI colors of ayu_light, ayu_mirage, ayu_dark colorschemes
2020-05-01 19:40:54 +09:00