summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.3843: dep3patch files are not recognizedv8.2.3843James McCoy2021-12-174-0/+62
* patch 8.2.3842: Vim9: can change locked list and list itemsv8.2.3842Bram Moolenaar2021-12-173-9/+31
* patch 8.2.3841: Vim9: outdated TODO items, disabled tests that workv8.2.3841Bram Moolenaar2021-12-177-35/+93
* patch 8.2.3840: useless test for negative index in check functionsv8.2.3840rbtnn2021-12-172-72/+19
* patch 8.2.3839: using \z() with \z1 not tested for syntax highlightingv8.2.3839Dominique Pelle2021-12-172-0/+20
* patch 8.2.3838: cannot use script-local function for setting *func optionsv8.2.3838Yegappan Lakshmanan2021-12-177-40/+282
* patch 8.2.3837: QNX: crash when compiled with GUI but using terminalv8.2.3837Bram Moolenaar2021-12-172-4/+11
* patch 8.2.3836: Vim9: comment after expression not skipped to find NLv8.2.3836Bram Moolenaar2021-12-172-2/+23
* patch 8.2.3835: the inline-function example does not workv8.2.3835Bram Moolenaar2021-12-174-4/+18
* patch 8.2.3834: Test_out_cb often fails on Macv8.2.3834Bram Moolenaar2021-12-172-2/+9
* patch 8.2.3833: error from term_start() not caught by try/catchv8.2.3833ichizok2021-12-173-0/+27
* patch 8.2.3832: test fails because of changed error messagev8.2.3832Bram Moolenaar2021-12-162-2/+4
* patch 8.2.3831: opfunc test fails when missing feature changes function namev8.2.3831Bram Moolenaar2021-12-163-7/+3
* patch 8.2.3830: error messages are spread outv8.2.3830Bram Moolenaar2021-12-1619-74/+137
* patch 8.2.3829: no error when setting a func option to script-local functionv8.2.3829Bram Moolenaar2021-12-164-0/+22
* patch 8.2.3828: when opening a terminal from a timer first typed char is lostv8.2.3828Bram Moolenaar2021-12-164-2/+52
* patch 8.2.3827: huntr badge does not really fit in the listv8.2.3827Bram Moolenaar2021-12-164-1/+9
* patch 8.2.3826: Vim9: using "g:Func" as funcref doesn't work in :def functionv8.2.3826Bram Moolenaar2021-12-164-2/+30
* patch 8.2.3825: various comments could be improvedv8.2.3825Bram Moolenaar2021-12-166-4/+15
* Update runtime filesBram Moolenaar2021-12-1625-452/+503
* patch 8.2.3824: no ASAN support for MSVCv8.2.3824Yegappan Lakshmanan2021-12-165-1/+14
* patch 8.2.3823: test for visual replace is in wrong functionv8.2.3823Bram Moolenaar2021-12-162-4/+7
* patch 8.2.3822: leaking memory in map() and filter(), no string in Vim9v8.2.3822Bram Moolenaar2021-12-168-64/+130
* patch 8.2.3821: ASAN test run failsv8.2.3821Bram Moolenaar2021-12-152-1/+3
* patch 8.2.3820: "vrc" does not replace composing charactersv8.2.3820Bram Moolenaar2021-12-153-2/+11
* patch 8.2.3819: test fails because error message changedv8.2.3819Bram Moolenaar2021-12-153-2/+4
* patch 8.2.3818: cannot filter or map characters in a stringv8.2.3818rbtnn2021-12-155-27/+169
* patch 8.2.3817: Vim9: Not using NL as command end does not work for :autocmdv8.2.3817Bram Moolenaar2021-12-154-24/+38
* patch 8.2.3816: compiler warning for posible loss of data on MS-Windowsv8.2.3816Mike Williams2021-12-152-1/+3
* patch 8.2.3815: Vim9: cannot have a multi-line dict inside a blockv8.2.3815Bram Moolenaar2021-12-156-4/+34
* patch 8.2.3814: .csx files and .sln files are not recognizedv8.2.3814Bram Moolenaar2021-12-153-2/+8
* patch 8.2.3813: confusing error when using :cc without error listv8.2.3813Bram Moolenaar2021-12-153-0/+12
* patch 8.2.3812: Vim9: leaking memory in numbered function testv8.2.3812Bram Moolenaar2021-12-152-20/+45
* patch 8.2.3811: the opfunc error test fails on a slow machinev8.2.3811Bram Moolenaar2021-12-142-0/+3
* patch 8.2.3810: Vim9: expr4 test fails on MS-Windowsv8.2.3810Bram Moolenaar2021-12-143-3/+13
* patch 8.2.3809: Vim9: crash when garbage collecting a nested partialv8.2.3809Bram Moolenaar2021-12-146-12/+100
* patch 8.2.3808: Vim9: obsolete TODO itemsv8.2.3808Bram Moolenaar2021-12-142-3/+5
* patch 8.2.3807: Vim9: can call import with star directlyv8.2.3807Bram Moolenaar2021-12-144-2/+28
* patch 8.2.3806: terminal focus test fails sometimesv8.2.3806Bram Moolenaar2021-12-142-3/+4
* patch 8.2.3805: i3config files are not recognizedv8.2.3805Quentin Hibon2021-12-143-0/+7
* patch 8.2.3804: script context not set when copying 'swf' and 'ts'v8.2.3804Bram Moolenaar2021-12-142-1/+4
* patch 8.2.3803: GUI: crash with 'writedelay' set using a terminal windowv8.2.3803Bram Moolenaar2021-12-142-3/+5
* patch 8.2.3802: terminal in two windows test fails on some systemsv8.2.3802Bram Moolenaar2021-12-132-2/+6
* patch 8.2.3801: if a terminal shows in two windows, only one is redrawnv8.2.3801Bram Moolenaar2021-12-135-2/+53
* patch 8.2.3800: when cross compiling the output of "uname" cannot be setv8.2.3800Bram Moolenaar2021-12-133-44/+105
* patch 8.2.3799: edit test hangs or failsv8.2.3799Bram Moolenaar2021-12-132-1/+3
* patch 8.2.3798: a :def callback function postpones an error messagev8.2.3798Bram Moolenaar2021-12-134-10/+65
* patch 8.2.3797: no good reason to limit the message history in tiny versionv8.2.3797Bram Moolenaar2021-12-133-9/+6
* patch 8.2.3796: the funcexe_T struct members are not named consistentlyv8.2.3796Bram Moolenaar2021-12-138-84/+87
* patch 8.2.3795: too many #ifdefsv8.2.3795Bram Moolenaar2021-12-1317-122/+9