summaryrefslogtreecommitdiff
path: root/src/version.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3873: go.mod files are not recognizedv8.2.3873Bram Moolenaar2021-12-221-0/+2
* patch 8.2.3872: Vim9: finddir() and uniq() return types can be more specificv8.2.3872Bram Moolenaar2021-12-221-0/+2
* patch 8.2.3871: list.c contains code for dict and blobv8.2.3871Yegappan Lakshmanan2021-12-221-0/+2
* patch 8.2.3870: MS-Windows: wrong dir when using right-click context menuv8.2.3870Nir Lichtman2021-12-221-0/+2
* patch 8.2.3869: Vim9: type checking for "any" is inconsistentv8.2.3869Bram Moolenaar2021-12-221-0/+2
* patch 8.2.3868: Vim9: function test failsv8.2.3868Bram Moolenaar2021-12-211-0/+2
* patch 8.2.3867: implementation of some list functions too complicatedv8.2.3867Yegappan Lakshmanan2021-12-211-0/+2
* patch 8.2.3866: Vim9: type checking global variables is inconsistentv8.2.3866Bram Moolenaar2021-12-211-0/+2
* patch 8.2.3865: Vim9: compiler complains about using "try" as a struct memberv8.2.3865Bram Moolenaar2021-12-211-0/+2
* patch 8.2.3864: cannot disable requesting key codes from xtermv8.2.3864Bram Moolenaar2021-12-211-0/+2
* patch 8.2.3863: various build flags accidentally enabledv8.2.3863Bram Moolenaar2021-12-201-0/+2
* patch 8.2.3862: crash on exit with EXITFREE and using win_execute()v8.2.3862Bram Moolenaar2021-12-201-0/+2
* patch 8.2.3861: list of distributed files is outdatedv8.2.3861Bram Moolenaar2021-12-201-0/+2
* patch 8.2.3860: Vim9: codecov struggles with the file sizev8.2.3860Bram Moolenaar2021-12-201-0/+2
* patch 8.2.3859: Vim9: some code lines not testedv8.2.3859Bram Moolenaar2021-12-201-0/+2
* patch 8.2.3858: Vim9: not enough testsv8.2.3858Bram Moolenaar2021-12-201-0/+2
* patch 8.2.3857: Vim9: inconsistent error for using function()v8.2.3857Bram Moolenaar2021-12-201-0/+2
* patch 8.2.3856: Vim9: not enough testsv8.2.3856Bram Moolenaar2021-12-191-0/+2
* patch 8.2.3855: illegal memory access when displaying a blobv8.2.3855Yegappan Lakshmanan2021-12-191-0/+2
* patch 8.2.3854: Vim9: inconsistent arguments for test functionsv8.2.3854Bram Moolenaar2021-12-191-0/+2
* patch 8.2.3853: Vim9: not enough testsv8.2.3853Bram Moolenaar2021-12-191-0/+2
* patch 8.2.3852: Vim9: not enough testsv8.2.3852Bram Moolenaar2021-12-191-0/+2
* patch 8.2.3851: Vim9: overhead when comparing string, dict or functionv8.2.3851Bram Moolenaar2021-12-191-0/+2
* patch 8.2.3850: illegal memory access when displaying a partialv8.2.3850Bram Moolenaar2021-12-191-0/+2
* patch 8.2.3849: functions implementing reduce and map are too longv8.2.3849Yegappan Lakshmanan2021-12-191-0/+2
* patch 8.2.3848: cannot use reduce() for a stringv8.2.3848rbtnn2021-12-181-0/+2
* patch 8.2.3847: illegal memory access when using a lambda with an errorv8.2.3847Bram Moolenaar2021-12-181-0/+2
* patch 8.2.3846: no error when using control character for 'lcs' or 'fcs'v8.2.3846zeertzjq2021-12-181-0/+2
* patch 8.2.3845: Vim9: test fails when the channel feature is missingv8.2.3845Dominique Pelle2021-12-181-0/+2
* patch 8.2.3844: Vim9: no type error if assigning func(number) to func(string)v8.2.3844Bram Moolenaar2021-12-181-0/+2
* patch 8.2.3843: dep3patch files are not recognizedv8.2.3843James McCoy2021-12-171-0/+2
* patch 8.2.3842: Vim9: can change locked list and list itemsv8.2.3842Bram Moolenaar2021-12-171-0/+2
* patch 8.2.3841: Vim9: outdated TODO items, disabled tests that workv8.2.3841Bram Moolenaar2021-12-171-0/+2
* patch 8.2.3840: useless test for negative index in check functionsv8.2.3840rbtnn2021-12-171-0/+2
* patch 8.2.3839: using \z() with \z1 not tested for syntax highlightingv8.2.3839Dominique Pelle2021-12-171-0/+2
* patch 8.2.3838: cannot use script-local function for setting *func optionsv8.2.3838Yegappan Lakshmanan2021-12-171-0/+2
* patch 8.2.3837: QNX: crash when compiled with GUI but using terminalv8.2.3837Bram Moolenaar2021-12-171-0/+2
* patch 8.2.3836: Vim9: comment after expression not skipped to find NLv8.2.3836Bram Moolenaar2021-12-171-0/+2
* patch 8.2.3835: the inline-function example does not workv8.2.3835Bram Moolenaar2021-12-171-0/+2
* patch 8.2.3834: Test_out_cb often fails on Macv8.2.3834Bram Moolenaar2021-12-171-0/+2
* patch 8.2.3833: error from term_start() not caught by try/catchv8.2.3833ichizok2021-12-171-0/+2
* patch 8.2.3832: test fails because of changed error messagev8.2.3832Bram Moolenaar2021-12-161-0/+2
* patch 8.2.3831: opfunc test fails when missing feature changes function namev8.2.3831Bram Moolenaar2021-12-161-0/+2
* patch 8.2.3830: error messages are spread outv8.2.3830Bram Moolenaar2021-12-161-0/+2
* patch 8.2.3829: no error when setting a func option to script-local functionv8.2.3829Bram Moolenaar2021-12-161-0/+2
* patch 8.2.3828: when opening a terminal from a timer first typed char is lostv8.2.3828Bram Moolenaar2021-12-161-0/+2
* patch 8.2.3827: huntr badge does not really fit in the listv8.2.3827Bram Moolenaar2021-12-161-0/+2
* patch 8.2.3826: Vim9: using "g:Func" as funcref doesn't work in :def functionv8.2.3826Bram Moolenaar2021-12-161-0/+2
* patch 8.2.3825: various comments could be improvedv8.2.3825Bram Moolenaar2021-12-161-0/+2
* patch 8.2.3824: no ASAN support for MSVCv8.2.3824Yegappan Lakshmanan2021-12-161-0/+2