mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-16 00:37:08 +08:00
add profiler. optimize separator highlighting.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
" MIT license. Copyright (c) 2013 Bailey Ling.
|
||||
" vim: ts=2 sts=2 sw=2 fdm=indent
|
||||
" MIT License. Copyright (c) 2013 Bailey Ling.
|
||||
" vim: et ts=2 sts=2 sw=2
|
||||
|
||||
" for 7.2 compatibility
|
||||
function! airline#util#getwinvar(winnr, key, ...)
|
||||
@@ -22,3 +22,4 @@ function! airline#util#exec_funcrefs(list, break_early)
|
||||
endfor
|
||||
return 0
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user