Age | Commit message (Collapse) | Author |
|
Problem: Drop command doesn't use existing window.
Solution: Check the window width properly. (Hirohito Higashi)
|
|
Problem: Tests may change the input file when something goes wrong.
Solution: Avoid writing the input file.
|
|
Problem: Tab page test fails when run as fake root.
Solution: Check 'buftype' instead of 'filetype'. (James McCoy, closes #1042)
|
|
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.
|
|
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.
|
|
Problem: Can't use "." and "$" with ":tab".
Solution: Support a range for ":tab". (Hirohito Higashi)
|
|
Problem: Tab page tests are old style.
Solution: Change into new style tests. (Hirohito Higashi)
|