summaryrefslogtreecommitdiff
path: root/src/testdir/test_tabpage.vim
AgeCommit message (Collapse)Author
2016-12-01patch 8.0.0110Bram Moolenaar
Problem: Drop command doesn't use existing window. Solution: Check the window width properly. (Hirohito Higashi)
2016-10-12patch 8.0.0032Bram Moolenaar
Problem: Tests may change the input file when something goes wrong. Solution: Avoid writing the input file.
2016-09-06patch 7.4.2339Bram Moolenaar
Problem: Tab page test fails when run as fake root. Solution: Check 'buftype' instead of 'filetype'. (James McCoy, closes #1042)
2016-09-03patch 7.4.2312Bram Moolenaar
Problem: Crash when autocommand moves to another tab. (Dominique Pelle) Solution: When navigating to another window halfway the :edit command go back to the right window.
2016-09-02patch 7.4.2309Bram Moolenaar
Problem: Crash when doing tabnext in a BufUnload autocmd. (Dominique Pelle) Solution: When detecting that the tab page changed, don't just abort but delete the window where w_buffer is NULL.
2016-08-21patch 7.4.2237Bram Moolenaar
Problem: Can't use "." and "$" with ":tab". Solution: Support a range for ":tab". (Hirohito Higashi)
2016-08-18patch 7.4.2227Bram Moolenaar
Problem: Tab page tests are old style. Solution: Change into new style tests. (Hirohito Higashi)