summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4274: Basic and form filetype detection is incompletev8.2.4274Doug Kearns2022-01-314-5/+51
* Update runtime filesBram Moolenaar2022-01-3111-69/+98
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-3143-1304/+431
* patch 8.2.4272: Vim9 expr test fails without the channel featurev8.2.4272Bram Moolenaar2022-01-312-2/+5
* patch 8.2.4271: MS-Windows: cannot build with Ruby 3.1.0v8.2.4271K.Takata2022-01-313-1/+11
* patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twicev8.2.4270ichizok2022-01-3114-418/+443
* patch 8.2.4269: Coverity warns for using a NULL pointerv8.2.4269Bram Moolenaar2022-01-312-1/+4
* patch 8.2.4268: CI log output is longv8.2.4268ichizok2022-01-312-3/+8
* patch 8.2.4267: unused entry in keymap enumv8.2.4267Bram Moolenaar2022-01-312-4/+5
* patch 8.2.4266: compiler warning for uninitialized variablev8.2.4266Bram Moolenaar2022-01-302-1/+3
* patch 8.2.4265: autoload tests failsv8.2.4265Bram Moolenaar2022-01-304-6/+8
* patch 8.2.4264: Vim9: can use old style autoload function namev8.2.4264Bram Moolenaar2022-01-306-32/+42
* patch 8.2.4263: no test for the GUI find/replace dialogv8.2.4263Yegappan Lakshmanan2022-01-304-22/+133
* patch 8.2.4262: some search tests failv8.2.4262Bram Moolenaar2022-01-302-1/+3
* patch 8.2.4261: accessing invalid memory in a regular expressionv8.2.4261Bram Moolenaar2022-01-303-2/+15
* patch 8.2.4260: Vim9: can still use a global function without g:v8.2.4260Bram Moolenaar2022-01-3016-54/+102
* patch 8.2.4259: number of test functions for GUI events is growingv8.2.4259Yegappan Lakshmanan2022-01-309-261/+367
* patch 8.2.4258: Coverity warns for array overrunv8.2.4258Bram Moolenaar2022-01-302-2/+4
* Update runtime filesBram Moolenaar2022-01-2928-251/+1156
* patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar2022-01-2934-3199/+3235
* patch 8.2.4256: MS-Windows: compiler warnings when compiled with /W4v8.2.4256K.Takata2022-01-293-7/+10
* patch 8.2.4255: theoretical computation overflowv8.2.4255=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-2911-23/+28
* patch 8.2.4254: using short instead of intv8.2.4254=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-292-7/+9
* patch 8.2.4253: using freed memory when substitute with function callv8.2.4253Bram Moolenaar2022-01-293-4/+34
* patch 8.2.4252: generating the normal command table at runtime is inefficientv8.2.4252Yegappan Lakshmanan2022-01-2914-64/+399
* patch 8.2.4251: vala files are not recognizedv8.2.4251Bram Moolenaar2022-01-293-0/+6
* patch 8.2.4250: channel out callback test is flaky on Macv8.2.4250ichizok2022-01-293-0/+100
* patch 8.2.4249: the timeout limit for spell suggestions is always 5000v8.2.4249Bram Moolenaar2022-01-294-5/+34
* patch 8.2.4248: no proper test for moving the window separatorv8.2.4248zeertzjq2022-01-293-1/+24
* patch 8.2.4247: stack corruption when looking for spell suggestionsv8.2.4247Bram Moolenaar2022-01-293-2/+25
* patch 8.2.4246: one error message not in errors.hv8.2.4246Bram Moolenaar2022-01-283-4/+8
* patch 8.2.4245: ":retab 0" may cause illegal memory accessv8.2.4245Bram Moolenaar2022-01-285-9/+17
* patch 8.2.4244: MS-Windows: warning from MSVC on debug buildv8.2.4244K.Takata2022-01-282-20/+27
* patch 8.2.4243: Lua tests fail with Lua 5.4.4v8.2.4243=?UTF-8?q?Jakub=20Kul=C3=ADk?=2022-01-282-10/+10
* patch 8.2.4242: put in Visual mode cannot be repeatedv8.2.4242Shougo Matsushita2022-01-285-10/+43
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-2832-93/+92
* patch 8.2.4240: error for using flatten() in Vim9 script is unclearv8.2.4240Bram Moolenaar2022-01-282-1/+3
* patch 8.2.4239: build fails with unusual configurationv8.2.4239Bram Moolenaar2022-01-282-2/+4
* patch 8.2.4238: *.tf file could be fileytpe "tf" or "terraform"v8.2.4238=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-284-3/+41
* patch 8.2.4237: record buffer wrong if character in Select mode was not typedv8.2.4237zeertzjq2022-01-283-3/+17
* patch 8.2.4236: accessing freed memoryv8.2.4236Bram Moolenaar2022-01-272-0/+3
* patch 8.2.4235: invalid check for NULL pointerv8.2.4235Bram Moolenaar2022-01-272-1/+3
* patch 8.2.4234: test_garbagecollect_now() does not check v:testingv8.2.4234Bram Moolenaar2022-01-274-2/+14
* patch 8.2.4233: crash when recording and using Select modev8.2.4233Bram Moolenaar2022-01-273-1/+15
* patch 8.2.4232: some compilers don't like a goto label without statementv8.2.4232Bram Moolenaar2022-01-272-3/+3
* patch 8.2.4231: Vim9: map() gives type error when type was not declaredv8.2.4231Bram Moolenaar2022-01-276-20/+35
* patch 8.2.4230: MS-Windows: set_guifontwide() is included but won't workv8.2.4230K.Takata2022-01-272-4/+7
* patch 8.2.4229: possible crash when invoking timer callback failsv8.2.4229Bram Moolenaar2022-01-273-0/+12
* patch 8.2.4228: no tests for clicking in the GUI tablinev8.2.4228Yegappan Lakshmanan2022-01-2711-3/+169
* patch 8.2.4227: Vim9: using "lockvar!" in :def function does not workv8.2.4227Bram Moolenaar2022-01-263-4/+19