remove arguments

This commit is contained in:
itchyny
2013-08-24 19:23:30 +09:00
parent 839ceb3ac2
commit 7740f57230
2 changed files with 5 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
" Version: 0.0
" Author: itchyny
" License: MIT License
" Last Change: 2013/08/24 18:22:31.
" Last Change: 2013/08/24 19:19:13.
" =============================================================================
if exists('g:loaded_lightline') && g:loaded_lightline
@@ -15,8 +15,8 @@ set cpo&vim
augroup LightLine
autocmd!
autocmd ColorScheme * call lightline#update(1)
autocmd WinEnter,BufWinEnter,FileType * call lightline#update(0)
autocmd WinEnter,BufWinEnter,FileType,ColorScheme * call lightline#update()
autocmd ColorScheme * call lightline#highlight()
autocmd CursorMoved,BufUnload * call lightline#update_once()
augroup END