clearly separate core functionality from implementation

This commit is contained in:
Bailey Ling
2013-07-25 22:29:18 +00:00
parent ec86f66510
commit bce1632c42
3 changed files with 36 additions and 20 deletions

View File

@@ -27,6 +27,7 @@ call s:check_defined('g:airline_exclude_filenames', ['DebuggerWatch','DebuggerSt
call s:check_defined('g:airline_exclude_filetypes', [])
call s:check_defined('g:airline_exclude_preview', 0)
call s:check_defined('g:airline_window_override_funcrefs', [])
call s:check_defined('g:airline_exclude_funcrefs', [])
call s:check_defined('g:airline_mode_map', {
\ 'n' : 'NORMAL',