mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 15:21:20 +00: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