correct indentation
This commit is contained in:
parent
d4fe8cab60
commit
d3f8a23cdc
|
@ -125,7 +125,7 @@ endfunction
|
||||||
function! s:get_index_as_string(idx) abort
|
function! s:get_index_as_string(idx) abort
|
||||||
if exists('g:startify_custom_indices')
|
if exists('g:startify_custom_indices')
|
||||||
let listlen = len(g:startify_custom_indices)
|
let listlen = len(g:startify_custom_indices)
|
||||||
return (a:idx < listlen) ? g:startify_custom_indices[a:idx] : string(a:idx - listlen)
|
return (a:idx < listlen) ? g:startify_custom_indices[a:idx] : string(a:idx - listlen)
|
||||||
else
|
else
|
||||||
return string(a:idx)
|
return string(a:idx)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue