fix s:normalize_items

This commit is contained in:
Prabir Shrestha
2019-03-02 17:48:58 -08:00
parent 0922910b7c
commit 1cd36baa22

View File

@@ -289,6 +289,7 @@ function! s:normalize_items(items) abort
for l:item in a:items
let l:items += [{'word': l:item }]
endfor
return l:items
else
return a:items
endif