Junegunn Choi
cb697998cc
Check bg# attribute instead of bg ( #92 )
...
On GVim:
hi StatusLine guibg=red
echo synIDattr(synIDtrans(hlID('StatusLine')), 'bg')
" red
echo synIDattr(synIDtrans(hlID('StatusLine')), 'bg#')
" #ff0000
2016-02-15 10:40:13 +09:00
Junegunn Choi
8faad54942
Fix #92 - Workaround for Neovim truecolor support
2016-02-15 00:38:14 +09:00
Junegunn Choi
630f5d8086
Do not ignore messages from goyo callbacks
...
Related: #16
/cc @kminh
2015-11-15 15:18:04 +09:00
Junegunn Choi
635109f514
Restart Goyo on :Goyo DIM when surrounding windows are gone
...
Close #83
2015-10-13 02:17:16 +09:00
George Hilliard
eb12d053a1
Avoid rendering issues in Airline
...
Closes #63 .
2015-08-07 13:57:08 -05:00
Junegunn Choi
f660ca376e
Add g:goyo_height and deprecate g:goyo_margin_{top,bottom}
2015-05-05 22:59:00 +09:00
Junegunn Choi
dbcb337b22
Do not change xoff and yoff on resize
2015-05-05 15:16:38 +09:00
Junegunn Choi
eed886c0c8
Extended dimension expression ( #68 )
2015-05-05 14:36:31 +09:00
Junegunn Choi
26f06e2272
Save settings before opening a new tab ( #58 )
...
Problem identified by @ches
2015-02-20 01:07:14 +09:00
Junegunn Choi
b447d34143
Move the code to autoload directory ( #55 )
...
Thanks to @edkolev
2015-01-31 01:28:25 +09:00