zeertzjq
e8fdc7ef9a
vim-patch:9.1.1944: getwininfo() does not return if statusline is visible ( #36828 )
...
Problem: gewininfo() does not return if statusline is visible
Solution: Add status_height to the dict items returned by
getwininfo() (Hirohito Higashi)
closes : vim/vim#18841
a04ab5f04c
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com >
2025-12-05 07:38:05 +08:00
zeertzjq
c3c8a18af7
vim-patch:9.1.1945: tests: Test_getbufwintabinfo() leaves swapfiles behind
...
Problem: tests: Test_getbufwintabinfo() leaves swapfiles behind
Solution: Close all open buffers using %bw!
397ad21268
Co-authored-by: Christian Brabandt <cb@256bit.org >
2025-12-03 09:00:49 +08:00
zeertzjq
66bb1e577c
vim-patch:9.1.0888: leftcol property not available in getwininfo() ( #31349 )
...
Problem: leftcol property not available in getwininfo()
Solution: add leftcol property property (glepnir)
closes : vim/vim#16119
0a850673e3
Co-authored-by: glepnir <glephunter@gmail.com >
2024-11-26 07:53:07 +08:00
zeertzjq
0ff3187fb8
vim-patch:8.1.2373: cannot build with +popupwin but without +quickfix
...
Problem: Cannot build with +popupwin but without +quickfix. (John Marriott)
Solution: Adjust #ifdefs.
5a4c3082d7
Co-authored-by: Bram Moolenaar <Bram@vim.org >
2023-11-13 13:50:43 +08:00
zeertzjq
85741677c8
vim-patch:8.2.0634: crash with null partial and blob
...
Problem: Crash with null partial and blob.
Solution: Check for NULL pointer. Add more tests. (Yegappan Lakshmanan,
closes vim/vim#5984 )
92b83ccfda
Co-authored-by: Bram Moolenaar <Bram@vim.org >
2023-04-15 13:48:30 +08:00
dundargoc
af23d17388
test: move oldtests to test directory ( #22536 )
...
The new oldtest directory is in test/old/testdir. The reason for this is
that many tests have hardcoded the parent directory name to be
'testdir'.
2023-03-07 11:13:04 +08:00