mirror of
https://github.com/neovim/neovim.git
synced 2026-01-16 01:56:59 +10:00
vim-patch:8.2.3627: difficult to know where the text starts in a window
Problem: difficult to know where the text starts in a window. (Sergey
Vlasov)
Solution: Add the "textoff" entry in the result of getwininfo().
(closes vim/vim#9163)
cdf5fdb294
Fix indent in Test_getbufwintabinfo().