mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-23 14:47:18 +08: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…
Reference in New Issue
Block a user