mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-20 20:44:46 +02:00
parent
e5f9ccad8e
commit
470e9870f1
@ -149,7 +149,7 @@ endfunction
|
||||
|
||||
function! s:Get(dict, key, prefix)
|
||||
let res=get(a:dict, a:key, '')
|
||||
if empty(res)
|
||||
if res is ''
|
||||
return ''
|
||||
else
|
||||
return a:prefix. res
|
||||
|
Loading…
x
Reference in New Issue
Block a user