mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-31 20:22:01 -07:00
[vim] Allow 'border': 'no' to be consistent with --color=no
This commit is contained in:
@@ -700,7 +700,7 @@ function! s:border_opt(window)
|
||||
if !has_key(a:window, 'border') && !get(a:window, 'rounded', 1)
|
||||
let style = 'sharp'
|
||||
endif
|
||||
if style == 'none'
|
||||
if style == 'none' || style == 'no'
|
||||
return ''
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user