mirror of
https://github.com/neovim/neovim.git
synced 2026-07-26 18:52:08 +00:00
Problem: info/preview floating windows are created without wrap enabled, causing info text to be truncated. Solution: enable 'wrap' and set 'scrolloff' to 0 by default, like vim's popup_create does.