Shougo / ddu-kind-file

File kind for ddu.vim
MIT License
25 stars 9 forks source link

Fix bufNr nullish check #12

Closed Milly closed 1 year ago

Milly commented 1 year ago

Some sources return ActionData like {bufNr: undefined}. However, it is converted to {bufNr: null} when passed through the denops layer. We should consider the possibility of a null value instead of undefined.