parent
71c80aaf54
commit
2db9b27e39
@ -69,10 +69,11 @@ function! s:set_clean_variables(file, vcs, val)
|
|||||||
if has_key(var, a:vcs) && has_key(var[a:vcs], 'dirty') &&
|
if has_key(var, a:vcs) && has_key(var[a:vcs], 'dirty') &&
|
||||||
\ type(getbufvar(fnameescape(a:file), 'buffer_vcs_config')) == type({})
|
\ type(getbufvar(fnameescape(a:file), 'buffer_vcs_config')) == type({})
|
||||||
let var[a:vcs].dirty=a:val
|
let var[a:vcs].dirty=a:val
|
||||||
if bufexists(a:file)
|
try
|
||||||
call setbufvar(fnameescape(a:file), 'buffer_vcs_config', var)
|
call setbufvar(fnameescape(a:file), 'buffer_vcs_config', var)
|
||||||
unlet! b:airline_head
|
unlet! b:airline_head
|
||||||
endif
|
catch
|
||||||
|
endtry
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user