24 Commits

Author SHA1 Message Date
itchyny
a29b8331e1 stop updating on BufDelete event 2021-11-21 22:56:50 +09:00
itchyny
53176a0b75 drop support of Vim 7.2 2020-11-05 20:07:44 +09:00
itchyny
893bd90787 update statusline on FileChangedShellPost event (close #430) 2020-03-16 19:11:43 +09:00
itchyny
377e62d801 update on BufDelete for popup window closing 2020-02-03 22:11:27 +09:00
itchyny
468ca152fd stop listening CursorMoved, BufUnload and remove lightline#update_once 2020-01-29 21:26:55 +09:00
itchyny
1afe1e9bd5 change events for updating the statusline, from BufWinEnter,FileType to BufEnter (close #352)
- fix the active statusline after updating the quickfix/location list
- use g:qf_disable_statusline to disable the statusline of the default ftplugin
- for before Vim 8.1.1715, keep using FileType event to overwrite the statusline of the quickfix window
2019-07-30 21:23:20 +09:00
itchyny
bc7e828f10 fix colorscheme initialization on MacVim (fix #308) 2018-06-22 08:53:26 +09:00
itchyny
0f62126cbd use lower name for augroups 2016-03-14 03:34:37 +09:00
itchyny
86ba053c78 remove Version: 0.0 in each file 2015-03-18 08:36:48 +09:00
itchyny
983d3075c1 improve g:loaded_lightline check and finish if v:version < 700 2014-12-24 14:46:58 +09:00
itchyny
9067b6ddcc touch files 2014-06-11 14:13:08 +09:00
itchyny
9d1158f165 call lightline#update() on SessionLoadPost (fix #67) 2014-06-11 14:05:00 +09:00
itchyny
e64a73f308 call lightline#highlight after SessionLoadPost (fix #19) 2013-08-29 22:28:37 +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
4965958548 call lightline#update instead of lightline#highlight in ColorScheme 2013-08-24 17:18:38 +09:00
itchyny
b2bbecea6b autocmd FileType * call lightline#update() (instead of update_once: previously, does not work for NERDTree) 2013-08-23 15:22:16 +09:00
itchyny
3a6c739465 g:loaded_lightline 2013-08-23 14:28:08 +09:00
itchyny
4cf3af65d1 update with BufUnload 2013-08-23 14:19:37 +09:00
itchyny
e450fdd76b remove update for InsertLeave, InsertEnter (trash in initial implementation) 2013-08-23 13:38:43 +09:00
itchyny
6d154d7eef set highlight after ColorScheme 2013-08-22 19:07:29 +09:00
itchyny
60d7285120 add README.md 2013-08-22 04:57:49 +09:00
itchyny
b8965f8805 use CursorMoved (to update after leaving command line buffer) 2013-08-22 04:42:37 +09:00
itchyny
8b174fb251 first commit 2013-08-22 00:46:42 +09:00