mirror of
https://github.com/neovim/neovim.git
synced 2026-09-25 06:52:06 +00:00
Problem: completion: incorrect truncation logic (after: v9.1.1284)
Solution: replace string allocation with direct screen rendering and
fixe RTL/LTR truncation calculations (glepnir)
closes: vim/vim#17081
https://github.com/vim/vim/commit/d4dbf822dcb9fd95379bebab85def391e1179b21
Co-authored-by: glepnir <glephunter@gmail.com>