mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 14:49:06 +08:00
Fix wrong extension name for unicode
This commit is contained in:
parent
ffac12cbbe
commit
f6a95d3a6f
|
@ -301,7 +301,7 @@ function! airline#extensions#load()
|
|||
|
||||
if get(g:, 'airline#extensions#unicode#enabled', 1) && exists(':UnicodeTable') == 2
|
||||
call airline#extensions#unicode#init(s:ext)
|
||||
call add(loaded_ext, 'nrrwrgn')
|
||||
call add(loaded_ext, 'unicode')
|
||||
endif
|
||||
|
||||
if (get(g:, 'airline#extensions#capslock#enabled', 1) && exists('*CapsLockStatusline'))
|
||||
|
|
Loading…
Reference in New Issue
Block a user