]> granicus.if.org Git - vim/commit
patch 8.2.3627: difficult to know where the text starts in a window v8.2.3627
authorBram Moolenaar <Bram@vim.org>
Sat, 20 Nov 2021 11:14:24 +0000 (11:14 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 20 Nov 2021 11:14:24 +0000 (11:14 +0000)
commitcdf5fdb2948ecdd24c6a1e27ed33dfa847c2b3e4
tree8e75b5a5e25c30f7bd097b8575692742907baee3
parentb8e642f7ace5382b4dacb7a8effd86f22b828cc1
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 #9163)
runtime/doc/eval.txt
src/evalwindow.c
src/testdir/test_bufwintabinfo.vim
src/version.c