summaryrefslogtreecommitdiff
path: root/src/version.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4033: running filetype tests leaves directory behindv8.2.4033zeertzjq2022-01-071-0/+2
* patch 8.2.4032: ATTRIBUTE_NORETURN is not neededv8.2.4032ichizok2022-01-071-0/+2
* patch 8.2.4031: crash in xterm with only two linesv8.2.4031Bram Moolenaar2022-01-071-0/+2
* patch 8.2.4030: a script local funcref is not found from a mappingv8.2.4030Bram Moolenaar2022-01-071-0/+2
* patch 8.2.4029: debugging NFA regexp my crash, cached indent may be wrongv8.2.4029Bram Moolenaar2022-01-071-0/+2
* patch 8.2.4028: ml_get error with :doautoall and Visual areav8.2.4028Bram Moolenaar2022-01-071-0/+2
* patch 8.2.4027: import test fails on MS-Windowsv8.2.4027Bram Moolenaar2022-01-071-0/+2
* patch 8.2.4026: ml_get error with specific win_execute() commandv8.2.4026Bram Moolenaar2022-01-071-0/+2
* patch 8.2.4025: error for import not ending in .vim does not work for .vimrcv8.2.4025Bram Moolenaar2022-01-071-0/+2
* patch 8.2.4024: confusing error message if imported name is used directlyv8.2.4024Bram Moolenaar2022-01-071-0/+2
* patch 8.2.4023: using uninitialized variablev8.2.4023Bram Moolenaar2022-01-061-0/+2
* patch 8.2.4022: two error messages in the wrong filev8.2.4022Bram Moolenaar2022-01-061-0/+2
* patch 8.2.4021: missing part of the :import changesv8.2.4021Bram Moolenaar2022-01-061-0/+2
* patch 8.2.4020: debugger test failsv8.2.4020Bram Moolenaar2022-01-061-0/+2
* patch 8.2.4019: Vim9: import mechanism is too complicatedv8.2.4019Bram Moolenaar2022-01-061-0/+2
* patch 8.2.4018: ml_get error when win_execute redraws with Visual selectionv8.2.4018Bram Moolenaar2022-01-061-0/+2
* patch 8.2.4017: gcc warns for misleading indent in Athena menu codev8.2.4017Dominique Pelle2022-01-061-0/+2
* patch 8.2.4016: Vim9: incorrect error for argument that is shadowing varv8.2.4016Bram Moolenaar2022-01-061-0/+2
* patch 8.2.4015: build failure with tiny featuresv8.2.4015Bram Moolenaar2022-01-061-0/+2
* patch 8.2.4014: git and gitcommit file types not properly recognizedv8.2.4014Bram Moolenaar2022-01-051-0/+2
* patch 8.2.4013: build failure without the spell featurev8.2.4013Bram Moolenaar2022-01-051-0/+2
* patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar2022-01-051-0/+2
* patch 8.2.4011: test fails because of changed error numberv8.2.4011Bram Moolenaar2022-01-051-0/+2
* patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar2022-01-051-0/+2
* patch 8.2.4009: reading one byte beyond the end of the linev8.2.4009Bram Moolenaar2022-01-051-0/+2
* patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar2022-01-051-0/+2
* patch 8.2.4007: session does not restore help buffer properlyv8.2.4007matveyt2022-01-051-0/+2
* patch 8.2.4006: Vim9: crash when declaring variable on the command linev8.2.4006Bram Moolenaar2022-01-051-0/+2
* patch 8.2.4005: error messages are spread outv8.2.4005Bram Moolenaar2022-01-041-0/+2
* patch 8.2.4004: old compiler complains about struct init with variablev8.2.4004Bram Moolenaar2022-01-041-0/+2
* patch 8.2.4003: error messages are spread outv8.2.4003Bram Moolenaar2022-01-041-0/+2
* patch 8.2.4002: first char typed in Select mode can be wrongv8.2.4002zeertzjq2022-01-041-0/+2
* patch 8.2.4001: insert complete code uses global variablesv8.2.4001Yegappan Lakshmanan2022-01-041-0/+2
* patch 8.2.4000: Coverity warns for checking for NULL pointer after using itv8.2.4000Bram Moolenaar2022-01-041-0/+2
* patch 8.2.3999: redundant check for NUL bytev8.2.3999zeertzjq2022-01-041-0/+2
* patch 8.2.3998: asan error for adding zero to NULLv8.2.3998Bram Moolenaar2022-01-041-0/+2
* patch 8.2.3997: Vim9: not enough testing for extend() and map()v8.2.3997Bram Moolenaar2022-01-041-0/+2
* patch 8.2.3996: Vim9: type checking lacks information about declared typev8.2.3996Bram Moolenaar2022-01-041-0/+2
* patch 8.2.3995: not all sshconfig files are detected as suchv8.2.3995David Auer2022-01-031-0/+2
* patch 8.2.3994: Vim9: extend() complains about type when it was not declaredv8.2.3994Bram Moolenaar2022-01-031-0/+2
* patch 8.2.3993: when recording a change in Select mode char appears twicev8.2.3993Bram Moolenaar2022-01-031-0/+2
* patch 8.2.3992: wrong local-additions in the help with language mixv8.2.3992h-east2022-01-031-0/+2
* patch 8.2.3991: Vim9: error when extending dict<any>v8.2.3991Bram Moolenaar2022-01-031-0/+2
* patch 8.2.3990: testing wrong operatorv8.2.3990naohiro ono2022-01-031-0/+2
* patch 8.2.3989: some insert completion code is not testedv8.2.3989Yegappan Lakshmanan2022-01-031-0/+2
* patch 8.2.3988: tiny build failsv8.2.3988Bram Moolenaar2022-01-021-0/+2
* patch 8.2.3987: error messages are spread outv8.2.3987Bram Moolenaar2022-01-021-0/+2
* patch 8.2.3986: error messages are spread outv8.2.3986Bram Moolenaar2022-01-021-0/+2
* patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar2022-01-021-0/+2
* patch 8.2.3984: debugger test failsv8.2.3984Bram Moolenaar2022-01-021-0/+2