summaryrefslogtreecommitdiff
path: root/src/version.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0111: VAR_SPECIAL is also used for booleansv8.2.0111Bram Moolenaar2020-01-111-0/+2
* patch 8.2.0110: prop_find() is not implementedv8.2.0110Bram Moolenaar2020-01-101-0/+2
* patch 8.2.0109: corrupted text properties when expanding spacesv8.2.0109Bram Moolenaar2020-01-091-0/+2
* patch 8.2.0108: when sign text is changed a manual redraw is neededv8.2.0108Bram Moolenaar2020-01-091-0/+2
* patch 8.2.0107: hgignore is out of sync from gitignorev8.2.0107Bram Moolenaar2020-01-091-0/+2
* patch 8.2.0106: printf formats are not exactly rightv8.2.0106Bram Moolenaar2020-01-081-0/+2
* patch 8.2.0105: Vim license not easy to find on githubv8.2.0105Bram Moolenaar2020-01-081-0/+2
* patch 8.2.0104: using channel or job with ":execute" has strange effectsv8.2.0104Bram Moolenaar2020-01-081-0/+2
* patch 8.2.0103: using null object with execute() has strange effectsv8.2.0103Bram Moolenaar2020-01-081-0/+2
* patch 8.2.0102: messages test fails in small versionv8.2.0102Bram Moolenaar2020-01-081-0/+2
* patch 8.2.0101: crash when passing null object to ":echomsg"v8.2.0101Bram Moolenaar2020-01-081-0/+2
* patch 8.2.0100: macros for Ruby are too complicatedv8.2.0100Bram Moolenaar2020-01-071-0/+2
* patch 8.2.0099: use of NULL pointer when out of memoryv8.2.0099Bram Moolenaar2020-01-071-0/+2
* patch 8.2.0098: exe stack length can be wrong without being detectedv8.2.0098Bram Moolenaar2020-01-071-0/+2
* patch 8.2.0097: crash with autocommand and spellfilev8.2.0097Bram Moolenaar2020-01-071-0/+2
* patch 8.2.0096: cannot create tiny popup window in last columnv8.2.0096Bram Moolenaar2020-01-061-0/+2
* patch 8.2.0095: cannot specify exit code for :cquitv8.2.0095Bram Moolenaar2020-01-061-0/+2
* patch 8.2.0094: MS-Windows: cannot build with Strawberry Perl 5.30v8.2.0094Bram Moolenaar2020-01-061-0/+2
* patch 8.2.0093: win_splitmove() can make Vim hangv8.2.0093Bram Moolenaar2020-01-061-0/+2
* patch 8.2.0092: tags functionality insufficiently testedv8.2.0092Bram Moolenaar2020-01-061-0/+2
* patch 8.2.0091: compiler warnings for size_t / int typesv8.2.0091Bram Moolenaar2020-01-061-0/+2
* patch 8.2.0090: generated files show up in git statusv8.2.0090Bram Moolenaar2020-01-051-0/+2
* patch 8.2.0089: crash when running out of memory in :setfiletype completionv8.2.0089Bram Moolenaar2020-01-051-0/+2
* patch 8.2.0088: insufficient tests for tags; bug in using extra tag fieldv8.2.0088Bram Moolenaar2020-01-051-0/+2
* patch 8.2.0087: crash in command line expansion when out of memoryv8.2.0087Bram Moolenaar2020-01-051-0/+2
* patch 8.2.0086: build error for small versionv8.2.0086Bram Moolenaar2020-01-041-0/+2
* patch 8.2.0085: dead code in builtin functionsv8.2.0085Bram Moolenaar2020-01-041-0/+2
* patch 8.2.0084: complete item "user_data" can only be a stringv8.2.0084Bram Moolenaar2020-01-041-0/+2
* patch 8.2.0083: text properties wrong when tabs and spaces are exchangedv8.2.0083Bram Moolenaar2020-01-031-0/+2
* patch 8.2.0082: when reusing a buffer listeners are not clearedv8.2.0082Bram Moolenaar2020-01-031-0/+2
* patch 8.2.0081: MS-Windows also need the change to support INIT4()v8.2.0081Bram Moolenaar2020-01-031-0/+2
* patch 8.2.0080: globals using INIT4() are not in the tags filev8.2.0080Bram Moolenaar2020-01-021-0/+2
* patch 8.2.0079: Python 3 unicode test still fails on MS-Windowsv8.2.0079Bram Moolenaar2020-01-021-0/+2
* patch 8.2.0078: expanding <sfile> works differently the second timev8.2.0078Bram Moolenaar2020-01-021-0/+2
* patch 8.2.0077: settagstack() cannot truncate at current indexv8.2.0077Bram Moolenaar2020-01-021-0/+2
* patch 8.2.0076: Python 3 unicode test fails on MS-Windowsv8.2.0076Bram Moolenaar2020-01-011-0/+2
* patch 8.2.0075: Python 3 unicode test still sometimes failsv8.2.0075Bram Moolenaar2020-01-011-0/+2
* patch 8.2.0074: Python 3 unicode test someitmes failsv8.2.0074Bram Moolenaar2020-01-011-0/+2
* patch 8.2.0073: initializing globals with COMMA is clumsyv8.2.0073Bram Moolenaar2020-01-011-0/+2
* patch 8.2.0072: memory test still fails on Cirrus CIv8.2.0072Bram Moolenaar2020-01-011-0/+2
* patch 8.2.0071: memory test often fails on Cirrus CIv8.2.0071Bram Moolenaar2020-01-011-0/+2
* patch 8.2.0070: crash when using Python 3 with "debug" encodingv8.2.0070Bram Moolenaar2020-01-011-0/+2
* patch 8.2.0069: ETYPE_ is used for two different enumsv8.2.0069Bram Moolenaar2019-12-311-0/+2
* patch 8.2.0068: crash when using Python 3 with "utf32" encodingv8.2.0068Bram Moolenaar2019-12-311-0/+2
* patch 8.2.0067: ERROR_UNKNOWN clashes on some systemsv8.2.0067Bram Moolenaar2019-12-311-0/+2
* patch 8.2.0066: some corners of vim_snprintf() are not testedv8.2.0066Bram Moolenaar2019-12-311-0/+2
* patch 8.2.0065: Amiga and alikes: autoopen only used on Amiga OS4v8.2.0065Bram Moolenaar2019-12-301-0/+2
* patch 8.2.0064: diffmode completion doesn't use per-window settingv8.2.0064Bram Moolenaar2019-12-301-0/+2
* patch 8.2.0063: wrong size argument to vim_snprintf()v8.2.0063Bram Moolenaar2019-12-301-0/+2
* patch 8.2.0062: memory test is flaky on FreeBSDv8.2.0062Bram Moolenaar2019-12-301-0/+2