closes issue #78

main
bhagwan 3 years ago
parent 5472c41f20
commit 571ec3a8ca

@ -290,7 +290,7 @@ function FzfWin:update_border_buf()
local border_buf = self.border_buf
local border_winopts = self.border_winopts
local border_chars = self.winopts.border
if type(border_chars) == 'string' or type(border_chars[1]) ~= string then
if type(border_chars) == 'string' or type(border_chars[1]) ~= 'string' then
-- backward compatibility:
-- happens with 'winopts.win_border = false'
border_chars = config.globals.winopts.borderchars

Loading…
Cancel
Save