mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-28 14:46:52 +08:00
make ctrlp themeable (#97).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user