Closed kuuote closed 1 year ago
preview window was not shown if given an array to previewFloatingBorder. (e.g. [".", ".", ".", ":", ":", ".", ":", ":"])
previewFloatingBorder
[".", ".", ".", ":", ":", ".", ":", ":"]
Use isnot# instead of !=# for avoid E691.
isnot#
!=#
E691
See also: https://github.com/Shougo/ddu-ui-filer/pull/30
Problem
preview window was not shown if given an array to
previewFloatingBorder
. (e.g.[".", ".", ".", ":", ":", ".", ":", ":"]
)Solution
Use
isnot#
instead of!=#
for avoidE691
.See also: https://github.com/Shougo/ddu-ui-filer/pull/30