summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_registers.vim
AgeCommit message (Collapse)Author
2020-03-25patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar
Problem: Various functions not properly tested. Solution: Add more tests, especially for failures. (Yegappan Lakshmanan, closes #5843)
2020-03-10patch 8.2.0369: various Normal mode commands not fully testedv8.2.0369Bram Moolenaar
Problem: Various Normal mode commands not fully tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5751)
2020-02-17patch 8.2.0270: some code not covered by testsv8.2.0270Bram Moolenaar
Problem: Some code not covered by tests. Solution: Add test cases. (Yegappan Lakshmanan, closes #5649)
2020-01-26patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar
Problem: Various typos in source files and tests. Solution: Fix the typos. (Emir Sari, closes #5532)
2019-12-02patch 8.1.2381: not all register related code is covered by testsv8.1.2381Bram Moolenaar
Problem: Not all register related code is covered by tests. Solution: Add more test cases. (Yegappan Lakshmanan, closes #5301)
2019-12-01patch 8.1.2375: no suffucient testing for registersv8.1.2375Bram Moolenaar
Problem: No suffucient testing for registers. Solution: Add more test cases. (Yegappan Lakshmanan, closes #5296) Fix that "p" on last virtual column of tab inserts spaces.
2019-11-30patch 8.1.2367: registers are not sufficiently testedv8.1.2367Bram Moolenaar
Problem: Registers are not sufficiently tested. Solution: Add a few more test cases. (Yegappan Lakshmanan, closes #5288)
2019-10-24patch 8.1.2212: cannot see the selection type in :reg outputv8.1.2212Bram Moolenaar
Problem: Cannot see the selection type in :reg output. (Ayberk Aydın) Solution: Add c/l/b. (Christian Brabandt, closes #5110, closes #4546)
2019-05-25patch 8.1.1394: not restoring t_F2 in registers testv8.1.1394Bram Moolenaar
Problem: Not restoring t_F2 in registers test. Solution: Assign to &t_F2 instead of t_F2. (Andy Massimino, closes #4434)
2019-04-20patch 8.1.1193: typos and small problems in test filesv8.1.1193Bram Moolenaar
Problem: Typos and small problems in test files. Solution: Small improvements.
2019-03-11patch 8.1.1005: test fails because t_F2 is not setv8.1.1005Bram Moolenaar
Problem: Test fails because t_F2 is not set. Solution: Add try-catch.
2019-03-10patch 8.1.1003: playing back recorded key sequence mistakes key codev8.1.1003Bram Moolenaar
Problem: Playing back recorded key sequence mistakes key code. Solution: Insert a <Nop> after the <Esc>. (closes #4068)
2019-03-08patch 8.1.0999: use register one too often and not properly testedv8.1.0999Bram Moolenaar
Problem: Use register one too often and not properly tested. Solution: Do not always use register one when specifying a register. (closes #4085) Add more tests.
2018-05-06patch 8.0.1799: no test for :registers commandv8.0.1799Bram Moolenaar
Problem: No test for :registers command. Solution: Add a test. (Dominique Pelle, closes #2880)
2017-07-16patch 8.0.0724: the message for yanking doesn't indicate the registerv8.0.0724Bram Moolenaar
Problem: The message for yanking doesn't indicate the register. Solution: Show the register name in the "N lines yanked" message. (Lemonboy, closes #1803, closes #1809)