mirror of
https://github.com/neovim/neovim.git
synced 2026-01-08 04:18:49 +10:00
Problem:
`vim.split('a:::', ':', {trimempty=true})` trims inner empty items.
Regression from 9c49c10470
Solution:
Set `empty_start=false` when first non-empty item is found.
close #23212
(cherry picked from commit 622b1ae38a)