summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.0382: some tests fail when run under valgrindv8.2.0382Bram Moolenaar2020-03-1514-20/+24
* patch 8.2.0381: using freed memory with :lvimgrep and autocommandv8.2.0381Bram Moolenaar2020-03-143-1/+30
* patch 8.2.0380: tiny popup when creating a terminal popup without minwidthv8.2.0380Bram Moolenaar2020-03-144-3/+69
* Update runtime filesBram Moolenaar2020-03-1414-119/+253
* patch 8.2.0379: gcc warns for ambiguous elsev8.2.0379Bram Moolenaar2020-03-142-1/+4
* patch 8.2.0378: prop_find() does not find all propsv8.2.0378Bram Moolenaar2020-03-133-7/+21
* patch 8.2.0377: no CI test for a big-endian systemv8.2.0377Bram Moolenaar2020-03-132-4/+21
* patch 8.2.0376: nasty callback test fails on some systemsv8.2.0376Bram Moolenaar2020-03-132-1/+3
* patch 8.2.0375: Coverity warning for not using return valuev8.2.0375Bram Moolenaar2020-03-132-21/+29
* patch 8.2.0374: using wrong printf directive for jump locationv8.2.0374Bram Moolenaar2020-03-122-1/+3
* patch 8.2.0373: type of term_sendkeys() is unknownv8.2.0373Bram Moolenaar2020-03-113-3/+8
* patch 8.2.0372: prop_find() may not find text property at start of the linev8.2.0372Bram Moolenaar2020-03-113-26/+44