summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0457: Test_quotestar() often fails when run under valgrindv8.2.0457Bram Moolenaar2020-03-262-1/+4
* patch 8.2.0456: Test_confirm_cmd is flakyv8.2.0456Bram Moolenaar2020-03-262-3/+8
* patch 8.2.0455: cannot set the highlight group for a specific terminalv8.2.0455Bram Moolenaar2020-03-268-32/+194
* patch 8.2.0454: some tests fail when the system is slowv8.2.0454Bram Moolenaar2020-03-263-10/+22
* patch 8.2.0453: trailing space in job_start() command causes empty argumentv8.2.0453Bram Moolenaar2020-03-263-6/+16
* patch 8.2.0452: channel_parse_messages() fails when called recursivelyv8.2.0452Bram Moolenaar2020-03-262-2/+13
* patch 8.2.0451: Win32: double-width character displayed incorrectlyv8.2.0451Bram Moolenaar2020-03-262-0/+8
* patch 8.2.0450: not enough testing for restricted mode and function callsv8.2.0450Bram Moolenaar2020-03-264-83/+165
* patch 8.2.0449: Vim9: crash if return type is invalidv8.2.0449Bram Moolenaar2020-03-263-3/+8
* patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar2020-03-2526-1/+190
* patch 8.2.0447: terminal scroll tests fails on some systemsv8.2.0447Bram Moolenaar2020-03-252-6/+11
* patch 8.2.0446: listener with undo of deleting all lines not testedv8.2.0446Bram Moolenaar2020-03-252-0/+27
* patch 8.2.0445: png and xpm files not in MS-Windows zip filev8.2.0445Bram Moolenaar2020-03-252-6/+8
* patch 8.2.0444: swap file test fails on some systemsv8.2.0444Bram Moolenaar2020-03-242-5/+9
* patch 8.2.0443: clipboard code is spread outv8.2.0443Bram Moolenaar2020-03-2417-2267/+2297
* patch 8.2.0442: channel contents might be used after being freedv8.2.0442Bram Moolenaar2020-03-242-10/+11
* patch 8.2.0441: terminal noblock test is still failing on BSDv8.2.0441Bram Moolenaar2020-03-242-4/+7
* patch 8.2.0440: terminal noblock test is still very flaky on BSDv8.2.0440Bram Moolenaar2020-03-242-2/+7
* patch 8.2.0439: :disassemble has minor flawsv8.2.0439Bram Moolenaar2020-03-232-10/+18
* patch 8.2.0438: terminal noblock test is very flaky on BSDv8.2.0438Bram Moolenaar2020-03-232-1/+4
* patch 8.2.0437: MS-Windows installer contains old stuffv8.2.0437Bram Moolenaar2020-03-232-70/+31
* patch 8.2.0436: no warnings for incorrect printf argumentsv8.2.0436Bram Moolenaar2020-03-239-30/+32
* patch 8.2.0435: channel contents might be freed twicev8.2.0435Bram Moolenaar2020-03-232-1/+5
* patch 8.2.0434: MS-Windows with VTP: Normal color not workingv8.2.0434Bram Moolenaar2020-03-232-0/+5
* patch 8.2.0433: INT signal not properly testedv8.2.0433Bram Moolenaar2020-03-236-7/+34
* patch 8.2.0432: a few tests fail in a huge terminalv8.2.0432Bram Moolenaar2020-03-236-19/+23
* patch 8.2.0431: some compilers don't support using \e for Escv8.2.0431Bram Moolenaar2020-03-232-1/+3
* patch 8.2.0430: window creation failure not properly testedv8.2.0430Bram Moolenaar2020-03-223-14/+110
* patch 8.2.0429: no warning when test checks for option that never existsv8.2.0429Bram Moolenaar2020-03-222-0/+5
* patch 8.2.0428: buffer name may leakv8.2.0428Bram Moolenaar2020-03-222-2/+12
* patch 8.2.0427: it is not possible to check for a typo in a feature namev8.2.0427Bram Moolenaar2020-03-225-312/+1008
* patch 8.2.0426: some errors were not tested forv8.2.0426Bram Moolenaar2020-03-226-3/+47
* patch 8.2.0425: code for modeless selection not sufficiently testedv8.2.0425Bram Moolenaar2020-03-2212-343/+856
* patch 8.2.0424: checking for wrong return valuev8.2.0424Bram Moolenaar2020-03-223-7/+16
* patch 8.2.0423: in some environments a few tests are expected to failv8.2.0423Bram Moolenaar2020-03-212-8/+43
* patch 8.2.0422: crash when passing popup window to win_splitmove()v8.2.0422Bram Moolenaar2020-03-203-1/+16
* patch 8.2.0421: interrupting with CTRL-C does not always workv8.2.0421Bram Moolenaar2020-03-204-13/+28
* patch 8.2.0420: Vim9: cannot interrupt a loop with CTRL-Cv8.2.0420Bram Moolenaar2020-03-204-9/+25
* patch 8.2.0419: various memory leaks in Vim9 script codev8.2.0419Bram Moolenaar2020-03-209-35/+177
* patch 8.2.0418: code in eval.c not sufficiently covered by testsv8.2.0418Bram Moolenaar2020-03-2018-53/+228
* patch 8.2.0417: Travis CI config can be improvedv8.2.0417Bram Moolenaar2020-03-203-27/+26
* Update runtime filesBram Moolenaar2020-03-1915-53/+104
* patch 8.2.0416: test leaves file behindv8.2.0416Bram Moolenaar2020-03-192-0/+4
* patch 8.2.0415: bsdl filetype is not detectedv8.2.0415Bram Moolenaar2020-03-193-2/+8
* patch 8.2.0414: channel connect_waittime() test is flakyv8.2.0414Bram Moolenaar2020-03-194-32/+8
* patch 8.2.0413: buffer menu does not handle special buffers properlyv8.2.0413Bram Moolenaar2020-03-197-49/+118
* patch 8.2.0412: MS-Windows: cannot use vimtutor from the start menuv8.2.0412Bram Moolenaar2020-03-192-15/+18
* patch 8.2.0411: Mac: breakcheck is using a value from the stone agesv8.2.0411Bram Moolenaar2020-03-192-4/+3
* patch 8.2.0410: channel test fails too often on slow Macv8.2.0410Bram Moolenaar2020-03-192-1/+4
* patch 8.2.0409: search test leaves file behindv8.2.0409Bram Moolenaar2020-03-192-90/+60