Shougo / ddu-ui-ff

Fuzzy finder UI for ddu.vim
MIT License
55 stars 26 forks source link

Fix preview fails if given an array to `previewFloatingBorder` #97

Closed kuuote closed 1 year ago

kuuote commented 1 year ago

Problem

preview window was not shown if given an array to previewFloatingBorder. (e.g. [".", ".", ".", ":", ":", ".", ":", ":"])

Solution

Use isnot# instead of !=# for avoid E691.

See also: https://github.com/Shougo/ddu-ui-filer/pull/30