Commit Graph

15 Commits

Author SHA1 Message Date
Junegunn Choi
ebdd67fd61 No need to manually fill statusline with spaces 2017-01-03 00:49:29 +09:00
Junegunn Choi
2fd0fcb691 Use space as fillchars:stl 2017-01-03 00:42:26 +09:00
Junegunn Choi
8e8f1d45b6 Resize windows after TermClose on Neovim
Based on the patch submitted by @romanoaugusto88 (#108).

Close #97.
2016-04-03 20:20:16 +09:00
Robert Perce
26f06ba05c Use single quotes wherever possible 2016-03-17 01:11:14 -05:00
Robert Perce
9cea5e5c7d Fix lightline check, per itchyny/lightline.vim@0f62126 2016-03-17 01:09:30 -05:00
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