mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-01-20 18:14:34 +08:00
Only enable --preview if &columns > 120. Caveat: When fzf starts in a terminal buffer, &columns does not represent the width of the window. Related: #461