Jan Edmund Lazo
f7f79c60bb
vim-patch:8.1.0241: effect of ":tabmove N" is not clear
...
Problem: Effect of ":tabmove N" is not clear.
Solution: Add a test that shows the behavior. (Christian Brabandt,
closes vim/vim#3288 )
7cc596547a
2018-08-08 19:36:07 -04:00
Jan Edmund Lazo
345789f9ef
vim-patch:8.1.0009: tabpages insufficiently tested
...
Problem: Tabpages insufficiently tested.
Solution: Add more test coverage. (Dominique Pelle, closes vim/vim#2934 )
dbe8869c41
2018-08-08 19:35:35 -04:00
Justin M. Keyes
348193f49c
vim-patch:8.0.1222: test functions interfere with each other
...
Problem: Test functions interfere with each other.
Solution: Cleanup tab pages, windows and buffers. Reset option.
ce11de87e2
2018-02-11 19:03:27 +01:00
Justin M. Keyes
b5acf6e0c1
vim-patch:8.0.0700: segfault with QuitPre autocommand closes the window
...
Problem: Segfault with QuitPre autocommand closes the window. (Marek)
Solution: Check that the window pointer is still valid. (Christian Brabandt,
closes vim/vim#1817 )
0ea5070d79
2018-02-11 15:27:57 +01:00
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