summaryrefslogtreecommitdiff
path: root/src/testdir/test_registers.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.0369: various Normal mode commands not fully testedv8.2.0369Bram Moolenaar2020-03-101-0/+3
| | | | | Problem: Various Normal mode commands not fully tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5751)
* patch 8.2.0270: some code not covered by testsv8.2.0270Bram Moolenaar2020-02-171-0/+11
| | | | | Problem: Some code not covered by tests. Solution: Add test cases. (Yegappan Lakshmanan, closes #5649)
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-1/+1
| | | | | Problem: Various typos in source files and tests. Solution: Fix the typos. (Emir Sari, closes #5532)
* patch 8.1.2381: not all register related code is covered by testsv8.1.2381Bram Moolenaar2019-12-021-9/+92
| | | | | Problem: Not all register related code is covered by tests. Solution: Add more test cases. (Yegappan Lakshmanan, closes #5301)
* patch 8.1.2375: no suffucient testing for registersv8.1.2375Bram Moolenaar2019-12-011-0/+51
| | | | | | 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.
* patch 8.1.2367: registers are not sufficiently testedv8.1.2367Bram Moolenaar2019-11-301-0/+86
| | | | | Problem: Registers are not sufficiently tested. Solution: Add a few more test cases. (Yegappan Lakshmanan, closes #5288)
* patch 8.1.2212: cannot see the selection type in :reg outputv8.1.2212Bram Moolenaar2019-10-241-14/+14
| | | | | Problem: Cannot see the selection type in :reg output. (Ayberk Aydın) Solution: Add c/l/b. (Christian Brabandt, closes #5110, closes #4546)
* patch 8.1.1394: not restoring t_F2 in registers testv8.1.1394Bram Moolenaar2019-05-251-1/+1
| | | | | Problem: Not restoring t_F2 in registers test. Solution: Assign to &t_F2 instead of t_F2. (Andy Massimino, closes #4434)
* patch 8.1.1193: typos and small problems in test filesv8.1.1193Bram Moolenaar2019-04-201-0/+2
| | | | | Problem: Typos and small problems in test files. Solution: Small improvements.
* patch 8.1.1005: test fails because t_F2 is not setv8.1.1005Bram Moolenaar2019-03-111-2/+7
| | | | | Problem: Test fails because t_F2 is not set. Solution: Add try-catch.
* patch 8.1.1003: playing back recorded key sequence mistakes key codev8.1.1003Bram Moolenaar2019-03-101-0/+14
| | | | | Problem: Playing back recorded key sequence mistakes key code. Solution: Insert a <Nop> after the <Esc>. (closes #4068)
* patch 8.1.0999: use register one too often and not properly testedv8.1.0999Bram Moolenaar2019-03-081-1/+84
| | | | | | 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.
* patch 8.0.1799: no test for :registers commandv8.0.1799Bram Moolenaar2018-05-061-0/+38
| | | | | Problem: No test for :registers command. Solution: Add a test. (Dominique Pelle, closes #2880)
* patch 8.0.0724: the message for yanking doesn't indicate the registerv8.0.0724Bram Moolenaar2017-07-161-0/+27
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)