summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.0408: delete() commented out for testingv8.2.0408Bram Moolenaar2020-03-192-1/+3
* patch 8.2.0407: no early check if :find and :sfind have an argumentv8.2.0407Bram Moolenaar2020-03-194-6/+12
* patch 8.2.0406: FileReadCmd event not well testedv8.2.0406Bram Moolenaar2020-03-192-0/+43
* patch 8.2.0405: MSVC: build fails with some combination of featuresv8.2.0405Bram Moolenaar2020-03-192-4/+7
* patch 8.2.0404: writefile() error does not give a hintv8.2.0404Bram Moolenaar2020-03-193-1/+6
* patch 8.2.0403: when 'buftype' is "nofile" there is no overwrite checkv8.2.0403Bram Moolenaar2020-03-193-6/+13
* patch 8.2.0402: setting local instead of global flagv8.2.0402Bram Moolenaar2020-03-184-4/+6
* patch 8.2.0401: not enough test coverage for evalvars.cv8.2.0401Bram Moolenaar2020-03-1812-12/+274
* patch 8.2.0400: not all tests using a terminal are in the list of flaky testsv8.2.0400Bram Moolenaar2020-03-185-4/+17
* patch 8.2.0399: various memory leaksv8.2.0399Bram Moolenaar2020-03-187-4/+29
* patch 8.2.0398: profile test fails when two functions take same timev8.2.0398Bram Moolenaar2020-03-172-12/+16
* patch 8.2.0397: delayed screen update when using undo from Insert modev8.2.0397Bram Moolenaar2020-03-162-2/+9
* patch 8.2.0396: cmdexpand.c insufficiently testedv8.2.0396Bram Moolenaar2020-03-165-14/+197
* patch 8.2.0395: build fails with FEAT_EVAL but without FEAT_MENUv8.2.0395Bram Moolenaar2020-03-162-0/+4
* patch 8.2.0394: Coverity complains about using NULL pointerv8.2.0394Bram Moolenaar2020-03-162-1/+3
* patch 8.2.0393: Coverity warns for not using return valuev8.2.0393Bram Moolenaar2020-03-162-6/+9
* patch 8.2.0392: Coverity warns for using array index out of rangev8.2.0392Bram Moolenaar2020-03-162-17/+23
* patch 8.2.0391: CI test coverage droppedv8.2.0391Bram Moolenaar2020-03-162-3/+8
* patch 8.2.0390: terminal postponed scrollback test is flakyv8.2.0390Bram Moolenaar2020-03-155-6/+10
* patch 8.2.0389: delayed redraw when shifting text from Insert modev8.2.0389Bram Moolenaar2020-03-152-1/+3
* patch 8.2.0388: printmbcharset option not testedv8.2.0388Bram Moolenaar2020-03-153-23/+52
* patch 8.2.0387: error for possible NULL argument to qsort()v8.2.0387Bram Moolenaar2020-03-152-10/+17
* patch 8.2.0386: part from unfinished patch got includedv8.2.0386Bram Moolenaar2020-03-152-11/+3
* patch 8.2.0385: menu functionality insufficiently testedv8.2.0385Bram Moolenaar2020-03-1510-31/+721
* patch 8.2.0384: Travis CI has warningsv8.2.0384Bram Moolenaar2020-03-152-7/+11
* patch 8.2.0383: wrong feature check causes test not to be runv8.2.0383Bram Moolenaar2020-03-152-1/+3