mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2024-12-02 23:03:40 +08:00
Merge pull request #910 from chrisbra/fix_908
autochdir is only available with big builds
This commit is contained in:
commit
ca6ab34e3c
|
@ -97,7 +97,7 @@ function! airline#init#sections()
|
|||
let g:airline_section_b = airline#section#create(['hunks', 'branch'])
|
||||
endif
|
||||
if !exists('g:airline_section_c')
|
||||
if &autochdir == 1
|
||||
if exists("+autochdir") && &autochdir == 1
|
||||
let g:airline_section_c = airline#section#create(['%<', 'path', spc, 'readonly'])
|
||||
else
|
||||
let g:airline_section_c = airline#section#create(['%<', 'file', spc, 'readonly'])
|
||||
|
|
Loading…
Reference in New Issue
Block a user