Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update runtime files | Bram Moolenaar | 2021-08-14 | 1 | -1/+1 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2021-07-07 | 1 | -2/+3 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2021-06-27 | 1 | -1/+1 |
| | |||||
* | patch 8.2.3040: GUI: dropping files not testedv8.2.3040 | Yegappan Lakshmanan | 2021-06-23 | 1 | -3/+18 |
| | | | | | | Problem: GUI: dropping files not tested. Solution: Add test_gui_drop_files() and tests. (Yegappan Lakshmanan, closes #8434) | ||||
* | patch 8.2.3028: GUI mouse events not testedv8.2.3028 | Yegappan Lakshmanan | 2021-06-21 | 1 | -1/+25 |
| | | | | | | Problem: GUI mouse events not tested. Solution: Add test_gui_mouse_event(). Add mouse tests. Also add a few viminfo tests. (Yegappan Lakshmanan, closes #8407) | ||||
* | Update runtime files | Bram Moolenaar | 2021-04-07 | 1 | -1/+1 |
| | |||||
* | patch 8.2.2694: when 'matchpairs' is empty every character beepsv8.2.2694 | Bram Moolenaar | 2021-04-02 | 1 | -1/+10 |
| | | | | | | Problem: When 'matchpairs' is empty every character beeps. (Marco Hinz) Solution: Bail out when no character in 'matchpairs' was found. (closes #8053) Add assert_nobeep(). | ||||
* | Update runtime files. | Bram Moolenaar | 2021-03-13 | 1 | -1/+2 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2020-12-23 | 1 | -3/+6 |
| | |||||
* | Update runtime files. | Bram Moolenaar | 2020-09-07 | 1 | -1/+1 |
| | |||||
* | patch 8.2.1631: test_fails() does not check the context of the line numberv8.2.1631 | Bram Moolenaar | 2020-09-06 | 1 | -1/+5 |
| | | | | | Problem: test_fails() does not check the context of the line number. Solution: Use another argument to specify the context of the line number. | ||||
* | Update runtime files. | Bram Moolenaar | 2020-08-30 | 1 | -1/+1 |
| | |||||
* | patch 8.2.1479: Vim9: error for list index uses wrong line numberv8.2.1479 | Bram Moolenaar | 2020-08-18 | 1 | -3/+12 |
| | | | | | | Problem: Vim9: error for list index uses wrong line number. Solution: Set source line number. (closes #6724) Add a way to assert the line number of the error with assert_fails(). | ||||
* | patch 8.2.1439: tiny and small builds have no test coveragev8.2.1439 | Bram Moolenaar | 2020-08-13 | 1 | -0/+6 |
| | | | | | | Problem: Tiny and small builds have no test coverage. Solution: Restore tests that do not depend on the +eval feature. (Ken Takata, closes #6696) | ||||
* | patch 8.2.1420: test 49 is old stylev8.2.1420 | Bram Moolenaar | 2020-08-11 | 1 | -11/+4 |
| | | | | | | Problem: Test 49 is old style. Solution: Convert remaining parts to new style. Remove obsolete items. (Yegappan Lakshmanan, closes #6683) | ||||
* | Update runtime files. | Bram Moolenaar | 2020-07-26 | 1 | -1/+1 |
| | |||||
* | patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183 | Bram Moolenaar | 2020-07-11 | 1 | -2/+17 |
| | | | | | | Problem: assert_fails() checks the last error message. Solution: Check the first error, it is more relevant. Fix all the tests that rely on the old behavior. | ||||
* | Update runtime files | Bram Moolenaar | 2020-07-10 | 1 | -2/+3 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2020-06-21 | 1 | -1/+1 |
| | |||||
* | patch 8.2.0982: insufficient testing for reading/writing filesv8.2.0982 | Bram Moolenaar | 2020-06-15 | 1 | -0/+2 |
| | | | | | | Problem: Insufficient testing for reading/writing files. Solution: Add more tests. (Yegappan Lakshmanan, closes #6257) Add "ui_delay" to test_override() and use it for the CTRL-O test. | ||||
* | Update runtime files | Bram Moolenaar | 2020-06-14 | 1 | -1/+1 |
| | |||||
* | patch 8.2.0970: terminal properties are not available in Vim scriptv8.2.0970 | Bram Moolenaar | 2020-06-13 | 1 | -0/+2 |
| | | | | | Problem: Terminal properties are not available in Vim script. Solution: Add the terminalprops() function. | ||||
* | Update runtime files | Bram Moolenaar | 2020-06-07 | 1 | -1/+1 |
| | |||||
* | patch 8.2.0893: assert_equalfile() does not take a third argumentv8.2.0893 | Bram Moolenaar | 2020-06-03 | 1 | -3/+1 |
| | | | | | Problem: Assert_equalfile() does not take a third argument. Solution: Implement the third argument. (Gary Johnson) | ||||
* | Update runtime files | Bram Moolenaar | 2020-04-10 | 1 | -2/+2 |
| | |||||
* | patch 8.2.0493: Vim9: some error messages not testedv8.2.0493 | Bram Moolenaar | 2020-04-01 | 1 | -0/+4 |
| | | | | | Problem: Vim9: some error messages not tested. Solution: Add more tests. Fix uncovered bugs. | ||||
* | Update runtime files. | Bram Moolenaar | 2020-02-26 | 1 | -1/+1 |
| | |||||
* | patch 8.2.0299: Vim9: ISN_STORE with argument not testedv8.2.0299 | Bram Moolenaar | 2020-02-22 | 1 | -0/+7 |
| | | | | | | Problem: Vim9: ISN_STORE with argument not tested. Some cases in tv2bool() not tested. Solution: Add tests. Add test_unknown() and test_void(). | ||||
* | Update runtime files. | Bram Moolenaar | 2020-02-15 | 1 | -1/+1 |
| | |||||
* | patch 8.2.0250: test_clear_search_pat() is unusedv8.2.0250 | Bram Moolenaar | 2020-02-12 | 1 | -5/+0 |
| | | | | | Problem: test_clear_search_pat() is unused. Solution: Remove the function. (Yegappan Lakshmanan, closes #5624) | ||||
* | patch 8.2.0233: crash when using garbagecollect() in between rand()v8.2.0233 | Bram Moolenaar | 2020-02-08 | 1 | -1/+4 |
| | | | | | | Problem: Crash when using garbagecollect() in between rand(). Solution: Redesign the rand() and srand() implementation. (Yasuhiro Matsumoto, closes #5587, closes #5588) | ||||
* | patch 8.2.0212: missing search/substitute pattern hardly testedv8.2.0212 | Bram Moolenaar | 2020-02-05 | 1 | -0/+5 |
| | | | | | | Problem: Missing search/substitute pattern hardly tested. Solution: Add test_clear_search_pat() and tests. (Yegappan Lakshmanan, closes #5579) | ||||
* | Vim 8.2 releasev8.2.0000v8.2.0 | Bram Moolenaar | 2019-12-12 | 1 | -1/+1 |
| | |||||
* | Update runtime files | Bram Moolenaar | 2019-09-11 | 1 | -1/+1 |
| | |||||
* | patch 8.1.2011: more functions can be used as methodsv8.1.2011 | Bram Moolenaar | 2019-09-08 | 1 | -0/+21 |
| | | | | | | Problem: More functions can be used as methods. Solution: Make various functions usable as a method. Make the window command test faster. | ||||
* | Runtime files update. | Bram Moolenaar | 2019-08-31 | 1 | -1/+1 |
| | |||||
* | patch 8.1.1909: more functions can be used as methodsv8.1.1909 | Bram Moolenaar | 2019-08-21 | 1 | -0/+9 |
| | | | | | Problem: More functions can be used as methods. Solution: Make a few more functions usable as a method. | ||||
* | Update runtime files. | Bram Moolenaar | 2019-08-17 | 1 | -1/+1 |
| | |||||
* | patch 8.1.1861: only some assert functions can be used as a methodv8.1.1861 | Bram Moolenaar | 2019-08-16 | 1 | -0/+18 |
| | | | | | Problem: Only some assert functions can be used as a method. Solution: Allow using most assert functions as a method. | ||||
* | patch 8.1.1807: more functions can be used as a methodv8.1.1807 | Bram Moolenaar | 2019-08-04 | 1 | -3/+10 |
| | | | | | | Problem: More functions can be used as a method. Solution: Add append(), appendbufline(), assert_equal(), etc. Also add the :eval command. | ||||
* | Update runtime files. | Bram Moolenaar | 2019-07-31 | 1 | -5/+5 |
| | |||||
* | patch 8.1.1726: the eval.txt help file is too bigv8.1.1726 | Bram Moolenaar | 2019-07-21 | 1 | -0/+317 |
Problem: The eval.txt help file is too big. Solution: Split off testing support to testing.txt. Move function details to where the functionality is explained. |