mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-19 00:43:42 -05:00
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
This commit is contained in:
@@ -18,6 +18,7 @@ cache:
|
||||
- $HOME/vim-$VIM_VERSION
|
||||
|
||||
env:
|
||||
- VIM_VERSION=8.1.1775
|
||||
- VIM_VERSION=8.1.1700
|
||||
- VIM_VERSION=8.1.0000
|
||||
- VIM_VERSION=8.0.0000
|
||||
|
||||
Reference in New Issue
Block a user