Jan Edmund Lazo
c3edbf813a
vim-patch:8.0.1267: Test_swap_group may leave file behind
...
Problem: Test_swap_group may leave file behind.
Solution: Add a try/finally.
5842a748be
2019-04-29 20:59:51 -04:00
Jan Edmund Lazo
bcc9b9335c
vim-patch:8.1.0585: undo test may fail on MS-Windows
...
Problem: Undo test may fail on MS-Windows.
Solution: Also handle lower case drive letters.
56242f2b08
2018-12-14 22:41:59 -05:00
Jan Edmund Lazo
66ed6297b0
vim-patch:8.0.1441: using ":undo 0" leaves undo in wrong state
...
Problem: Using ":undo 0" leaves undo in wrong state.
Solution: Instead of searching for state 1 and go above, just use the start.
(Ozaki Kiichi, closes vim/vim#2595 )
ce46d934af
2018-08-20 21:48:08 -04:00
Jan Edmund Lazo
09c2184660
oldtests: Test_undofile() passes
...
Set undodir to Vim's default value.
Fix pathsep of expected undofile path for Windows.
Comment out invalid test case for Neovim.
2018-08-09 19:53:05 -04:00
Jan Edmund Lazo
1c1722105c
vim-patch:8.1.0025: no test for the undofile() function
...
Problem: No test for the undofile() function.
Solution: Add test. (Dominique Pelle, closes vim/vim#2958 )
e5fa11186f
2018-08-09 16:06:00 -04:00
Jan Edmund Lazo
6853690c78
vim-patch:8.0.1433: illegal memory access after undo
...
Problem: Illegal memory access after undo. (Dominique Pelle)
Solution: Avoid the column becomes negative. (Christian Brabandt,
closes vim/vim#2533 )
95dbcbea6d
2018-08-09 15:32:13 -04:00
Jan Edmund Lazo
4e963f2462
vim-patch:8.0.1290: seq_cur of undotree() wrong after undo
...
Problem: seq_cur of undotree() wrong after undo.
Solution: Get the actual sequence number instead of decrementing the current
one. (Ozaki Kiichi, closes vim/vim#2319 )
80eaddd3a0
2018-08-09 13:30:42 -04:00
Justin M. Keyes
163b2b241b
vim-patch:8.0.1200: tests switch the bell off twice
...
Problem: Tests switch the bell off twice.
Solution: Don't set 'belloff' in individual tests. (Christian Brabandt)
67418d97b4
2018-02-11 19:03:28 +01:00
Justin M. Keyes
abed6a0b1a
vim-patch:8.0.1475: invalid memory access in read_redo()
...
Problem: Invalid memory access in read_redo(). (gy741)
Solution: Convert the replacement character back from a negative number to
CR or NL. (hint by Dominique Pelle, closes vim/vim#2616 )
f12519dec8
2018-02-11 19:03:27 +01:00
Justin M. Keyes
2de447b60c
vim-patch:8.0.1221: still too many old style tests
...
Problem: Still too many old style tests.
Solution: Convert a few more tests to new style. (Yegappan Lakshmanan,
closes vim/vim#2256 )
15993ce921
2018-02-11 15:29:19 +01:00
Justin M. Keyes
ce09d4134b
vim-patch:8.0.0433: beeps when running tests
...
Problem: Quite a few beeps when running tests.
Solution: Set 'belloff' for these tests. (Christian Brabandt)
c3c766ea8c
2018-01-21 12:21:47 +01:00
KunMing Xie
e13b4a21ca
vim-patch:8.0.0149 ( #7127 )
...
Problem: ":earlier" and ":later" do not work after startup or reading the
undo file.
Solution: Use absolute time stamps instead of relative to the Vim start
time. (Christian Brabandt, Pavel Juhas, closes vim/vim#1300 , closes
vim/vim#1254 )
cbd4de44e8
2017-08-08 03:32:47 +02:00
lonerover
c554b53040
vim-patch:7.4.2296
...
Problem: No tests for :undolist and "U" command.
Solution: Add tests. (Dominique Pelle)
c628fdcd46
2017-03-22 15:35:46 +08:00
Justin M. Keyes
62e14d6565
os_set_cloexec: Fix condition. #5986
...
Also: skip Test_undo_del_chars the right way. #6287
2017-03-17 18:14:24 +01:00
raichoo
10045cddb6
vim-patch:7.4.2113 #6287
...
Problem: Test for undo is flaky.
Solution: Turn it into a new style test. Use test_settime() to avoid
flakyness.
170b10b421
2017-03-17 12:34:53 +01:00