summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar2022-01-0531-87/+200
* patch 8.2.4009: reading one byte beyond the end of the linev8.2.4009Bram Moolenaar2022-01-054-2/+17
* patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar2022-01-0528-76/+187
* patch 8.2.4007: session does not restore help buffer properlyv8.2.4007matveyt2022-01-053-3/+51
* patch 8.2.4006: Vim9: crash when declaring variable on the command linev8.2.4006Bram Moolenaar2022-01-053-3/+39
* patch 8.2.4005: error messages are spread outv8.2.4005Bram Moolenaar2022-01-0425-78/+196
* patch 8.2.4004: old compiler complains about struct init with variablev8.2.4004Bram Moolenaar2022-01-042-2/+4
* patch 8.2.4003: error messages are spread outv8.2.4003Bram Moolenaar2022-01-0414-65/+197
* patch 8.2.4002: first char typed in Select mode can be wrongv8.2.4002zeertzjq2022-01-043-5/+67
* patch 8.2.4001: insert complete code uses global variablesv8.2.4001Yegappan Lakshmanan2022-01-047-163/+246
* patch 8.2.4000: Coverity warns for checking for NULL pointer after using itv8.2.4000Bram Moolenaar2022-01-042-2/+2
* patch 8.2.3999: redundant check for NUL bytev8.2.3999zeertzjq2022-01-042-1/+3
* patch 8.2.3998: asan error for adding zero to NULLv8.2.3998Bram Moolenaar2022-01-042-1/+4
* patch 8.2.3997: Vim9: not enough testing for extend() and map()v8.2.3997Bram Moolenaar2022-01-047-15/+39
* patch 8.2.3996: Vim9: type checking lacks information about declared typev8.2.3996Bram Moolenaar2022-01-0417-365/+464
* patch 8.2.3995: not all sshconfig files are detected as suchv8.2.3995David Auer2022-01-033-3/+5
* patch 8.2.3994: Vim9: extend() complains about type when it was not declaredv8.2.3994Bram Moolenaar2022-01-033-13/+26
* patch 8.2.3993: when recording a change in Select mode char appears twicev8.2.3993Bram Moolenaar2022-01-035-11/+69
* patch 8.2.3992: wrong local-additions in the help with language mixv8.2.3992h-east2022-01-033-23/+50
* patch 8.2.3991: Vim9: error when extending dict<any>v8.2.3991Bram Moolenaar2022-01-0310-28/+66
* patch 8.2.3990: testing wrong operatorv8.2.3990naohiro ono2022-01-032-1/+3
* patch 8.2.3989: some insert completion code is not testedv8.2.3989Yegappan Lakshmanan2022-01-034-47/+210
* patch 8.2.3988: tiny build failsv8.2.3988Bram Moolenaar2022-01-022-1/+3
* patch 8.2.3987: error messages are spread outv8.2.3987Bram Moolenaar2022-01-0219-85/+237
* patch 8.2.3986: error messages are spread outv8.2.3986Bram Moolenaar2022-01-0218-69/+141
* patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar2022-01-0223-104/+285
* patch 8.2.3984: debugger test failsv8.2.3984Bram Moolenaar2022-01-022-6/+13
* patch 8.2.3983: error messages are spread outv8.2.3983Bram Moolenaar2022-01-0212-64/+163
* patch 8.2.3982: some lines of code not covered by testsv8.2.3982Dominique Pelle2022-01-026-4/+16
* patch 8.2.3981: Vim9: debugging a for loop doesn't stop before it startsv8.2.3981Bram Moolenaar2022-01-023-16/+61
* patch 8.2.3980: if 'operatorfunc' invokes an operator Visual mode is changedv8.2.3980Bram Moolenaar2022-01-023-27/+58
* patch 8.2.3979: Vim9: the feature is not mentioned in the right placesv8.2.3979Bram Moolenaar2022-01-023-4/+9
* patch 8.2.3978: build error when using dynamycally loaded Python 3v8.2.3978Bram Moolenaar2022-01-022-1/+3
* patch 8.2.3977: error messages are spread outv8.2.3977Bram Moolenaar2022-01-0120-43/+147
* patch 8.2.3976: FEARG_LAST is never usedv8.2.3976Bram Moolenaar2022-01-012-9/+3
* patch 8.2.3975: error messages are spread outv8.2.3975Bram Moolenaar2022-01-0114-34/+104
* patch 8.2.3974: Vim9: LISTAPPEND instruction does not check for a locked listv8.2.3974Bram Moolenaar2022-01-013-1/+16
* patch 8.2.3973: tiny build failsv8.2.3973Bram Moolenaar2022-01-012-0/+4
* patch 8.2.3972: error messages are spread outv8.2.3972Bram Moolenaar2022-01-0115-49/+61
* patch 8.2.3971: build failsv8.2.3971Bram Moolenaar2022-01-012-1/+3
* patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar2022-01-0139-131/+161
* patch 8.2.3969: value of MAXCOL not available in Vim scriptv8.2.3969naohiro ono2022-01-018-15/+40
* patch 8.2.3968: build failurev8.2.3968Bram Moolenaar2022-01-013-3/+5
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-0170-334/+403
* patch 8.2.3966: when using feedkeys() abbreviations may be blockedv8.2.3966Bram Moolenaar2022-01-013-0/+15
* patch 8.2.3965: Vim9: no easy way to check if Vim9 script is supportedv8.2.3965Bram Moolenaar2022-01-014-5/+22
* patch 8.2.3964: some common lisp and scheme files not recognizedv8.2.3964Alex Vear2022-01-013-5/+7
* patch 8.2.3963: build failure with tiny and small featuresv8.2.3963Bram Moolenaar2022-01-013-2/+6
* patch 8.2.3962: build fails for missing error messagev8.2.3962Bram Moolenaar2021-12-312-1/+4
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-3162-403/+427