make ctrlp themeable (#97).

This commit is contained in:
Bailey Ling
2013-07-26 17:21:43 +00:00
parent b1975b4eb8
commit 68ac156256
3 changed files with 31 additions and 23 deletions

View File

@@ -32,11 +32,11 @@ call s:check_defined('g:airline_exclude_funcrefs', [])
call s:check_defined('g:airline_mode_map', {
\ 'n' : 'NORMAL',
\ 'i' : 'INSERT',
\ 'R' : 'RPLACE',
\ 'R' : 'REPLACE',
\ 'v' : 'VISUAL',
\ 'V' : 'V-LINE',
\ 'c' : 'CMD ',
\ '' : 'V-BLCK',
\ '' : 'V-BLOCK',
\ })
let s:airline_initialized = 0