mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-24 02:28:28 +08:00
tabline: Cache title as tablocal variable
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
" MIT License. Copyright (c) 2013-2016 Bailey Ling.
|
||||
" vim: et ts=2 sts=2 sw=2
|
||||
|
||||
" TODO: Try to cache winwidth(0) function
|
||||
" e.g. store winwidth per window and access that, only update it, if the size
|
||||
" actually changed.
|
||||
scriptencoding utf-8
|
||||
|
||||
call airline#init#bootstrap()
|
||||
|
||||
Reference in New Issue
Block a user