Jurica Bradaric
|
c84b39150f
|
vim-patch:8.1.1362: code and data in tests can be hard to read
Problem: Code and data in tests can be hard to read.
Solution: Use the new heredoc style. (Yegappan Lakshmanan, closes vim/vim#4400)
c79745a82f
|
2019-10-07 14:14:13 +02:00 |
|
Jan Edmund Lazo
|
cb7bdf5f92
|
vim-patch:8.1.0024: test % command (#8834)
Problem: % command not testded on vim/vim#ifdef and comment.
Solution: Add tests. (Dominique Pelle, closes vim/vim#2956)
6b69e5c646
|
2018-08-09 18:41:36 +02:00 |
|
Jan Edmund Lazo
|
141df73930
|
vim-patch:8.0.0568: 1gd may hang
Problem: "1gd" may hang.
Solution: Don't get stuck in one position. (Christian Brabandt, closes vim/vim#1643)
60402d68da
|
2018-06-19 16:57:29 -04:00 |
|
Jurica Bradaric
|
9cf0415761
|
vim-patch:8.0.0025
Problem: Inconsistent use of spaces vs tabs in gd test.
Solution: Use tabs. (Anton Lindqvist)
936c48f8ca
|
2017-07-16 21:43:42 +02:00 |
|
Jurica Bradaric
|
9ffa22b7ef
|
vim-patch:8.0.0023
Problem: "gd" and "gD" may find a match in a comment or string.
Solution: Ignore matches in comments and strings. (Anton Lindqvist)
226630a030
|
2017-07-16 21:43:06 +02:00 |
|
Daniel Hahler
|
a0b33b333e
|
vim-patch:8.0.0121
Problem: Setting 'cursorline' changes the curswant column. (Daniel Hahler)
Solution: Add the P_RWINONLY flag. (closes vim/vim#1297)
a2477fd349
|
2017-01-13 23:40:59 +01:00 |
|
lonerover
|
b37da9c664
|
vim-patch:7.4.1940 (#5849)
Problem: "gd" hangs in some situations. (Eric Biggers)
Solution: Remove the SEARCH_START flag when looping. Add a test.
23c60f21b0
|
2016-12-31 17:30:04 +01:00 |
|
James McCoy
|
a4f646dde8
|
vim-patch:f9660b5
Add missing test file.
f9660b59b2
|
2016-12-02 20:30:06 -05:00 |
|