Justin M. Keyes
0f3afdaa1b
vim-patch:8.0.0259
...
Problem: Tab commands do not handle count correctly. (Ken Hamada)
Solution: Add ADDR_TABS_RELATIVE. (Hirohito Higashi)
2f72c70657
2017-03-22 18:42:59 +01:00
Justin M. Keyes
78a4c73cf0
vim-patch:7.4.2339
...
Problem: Tab page test fails when run as fake root.
Solution: Check 'buftype' instead of 'filetype'. (James McCoy, closes vim/vim#1042 )
100f5c90f4
2017-03-22 18:42:59 +01:00
Justin M. Keyes
89abed7d85
vim-patch:8.0.0032
...
Problem: Tests may change the input file when something goes wrong.
Solution: Avoid writing the input file.
3e8474dd50
2017-03-22 18:42:59 +01:00
Justin M. Keyes
b025474258
vim-patch:8.0.0110 ( #5700 )
...
Closes #5616
Problem: Drop command doesn't use existing window.
Solution: Check the window width properly. (Hirohito Higashi)
5a030a540f
2016-12-03 22:38:13 +01:00
Justin M. Keyes
26b90e95e7
test: Add missing test from vim-patch:7.4.2312
2016-10-26 13:53:14 +02:00
Grzegorz Milka
c5c8a82134
vim-patch:7.4.2309
...
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.
11fbc2866c
2016-10-23 00:37:13 +02:00
Grzegorz Milka
d7b942b54e
vim-patch:7.4.2237
...
Problem: Can't use "." and "$" with ":tab".
Solution: Support a range for ":tab". (Hirohito Higashi)
9b7f8ce9eb
2016-10-23 00:37:13 +02:00
Grzegorz
e62f681d2d
vim-patch:7.4.2227 ( #5521 )
...
Problem: Tab page tests are old style.
Solution: Change into new style tests. (Hirohito Higashi)
1381d79147
2016-10-22 23:22:50 +02:00