summaryrefslogtreecommitdiff
path: root/src/version.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0766: various problems when using Vim on VMSv8.1.0766Bram Moolenaar2019-01-171-0/+2
* patch 8.1.0765: string format of a Blob can't be parsed backv8.1.0765Bram Moolenaar2019-01-171-0/+2
* patch 8.1.0764: list of distributed files is outdatedv8.1.0764Bram Moolenaar2019-01-171-0/+2
* patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar2019-01-171-4/+2
* patch 8.1.0762: compiler warningv8.1.0762Bram Moolenaar2019-01-171-0/+2
* patch 8.1.0761: default value for brief_wait is wrongv8.1.0761Bram Moolenaar2019-01-171-0/+2
* patch 8.1.0760: no proper test for using 'termencoding'v8.1.0760Bram Moolenaar2019-01-171-0/+2
* patch 8.1.0759: showing two characters for tab is limitedv8.1.0759Bram Moolenaar2019-01-161-0/+2
* patch 8.1.0758: font number is always one instead of the actualv8.1.0758Bram Moolenaar2019-01-161-0/+2
* patch 8.1.0757: not enough documentation for Blobsv8.1.0757Bram Moolenaar2019-01-151-0/+2
* patch 8.1.0756: copy() does not make a copy of a Blobv8.1.0756Bram Moolenaar2019-01-151-0/+2
* patch 8.1.0755: error message for get() on a Blob with invalid indexv8.1.0755Bram Moolenaar2019-01-151-0/+2
* patch 8.1.0754: preferred column is lost when setting 'cursorcolumn'v8.1.0754Bram Moolenaar2019-01-151-0/+2
* patch 8.1.0753: printf format not checked for semsg()v8.1.0753Bram Moolenaar2019-01-151-0/+2
* patch 8.1.0752: one more compiler warning for signed/unsigned stringv8.1.0752Bram Moolenaar2019-01-151-0/+2
* patch 8.1.0751: some regexp errors are not testedv8.1.0751Bram Moolenaar2019-01-141-0/+2
* patch 8.1.0750: when the last sign is deleted the signcolumn may remainv8.1.0750Bram Moolenaar2019-01-141-0/+2
* patch 8.1.0749: error message contains garbagev8.1.0749Bram Moolenaar2019-01-141-0/+2
* patch 8.1.0748: using sprintf() instead of semsg()v8.1.0748Bram Moolenaar2019-01-141-0/+2
* patch 8.1.0747: map() with a bad expression doesn't give an errorv8.1.0747Bram Moolenaar2019-01-141-0/+2
* patch 8.1.0746: highlighting not updated with conceal and 'cursorline'v8.1.0746Bram Moolenaar2019-01-141-0/+2
* patch 8.1.0745: compiler warnings for signed/unsigned stringv8.1.0745Bram Moolenaar2019-01-141-0/+2
* patch 8.1.0744: compiler warnings for signed/unsigned stringsv8.1.0744Bram Moolenaar2019-01-131-1/+1
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-0/+4
* patch 8.1.0742: not all Blob operations are testedv8.1.0742Bram Moolenaar2019-01-131-0/+2
* patch 8.1.0741: viminfo with Blob is not testedv8.1.0741Bram Moolenaar2019-01-131-0/+2
* patch 8.1.0740: Tcl test failsv8.1.0740Bram Moolenaar2019-01-131-0/+2
* patch 8.1.0739: text objects in not sufficiently testedv8.1.0739Bram Moolenaar2019-01-131-0/+2
* patch 8.1.0738: using freed memory, for loop over blob leaks memoryv8.1.0738Bram Moolenaar2019-01-131-0/+2
* patch 8.1.0737: compiler warning for uninitialized variablev8.1.0737Bram Moolenaar2019-01-131-0/+2
* patch 8.1.0736: code for Blob not sufficiently testedv8.1.0736Bram Moolenaar2019-01-131-0/+2
* patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar2019-01-121-0/+2
* patch 8.1.0734: the hlsearch state is not stored in a session filev8.1.0734Bram Moolenaar2019-01-121-0/+2
* patch 8.1.0733: too many #ifdefs for the multi-byte featurev8.1.0733Bram Moolenaar2019-01-121-0/+2
* patch 8.1.0732: cannot build without the eval featurev8.1.0732Bram Moolenaar2019-01-121-0/+2
* patch 8.1.0731: JS encoding does not handle negative infinityv8.1.0731Bram Moolenaar2019-01-121-0/+2
* patch 8.1.0730: compiler warning for get_buf_arg() unusedv8.1.0730Bram Moolenaar2019-01-121-0/+2
* patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePostv8.1.0729Bram Moolenaar2019-01-121-0/+2
* patch 8.1.0728: cannot avoid breaking after a single space.v8.1.0728Bram Moolenaar2019-01-111-0/+2
* patch 8.1.0727: compiler warning for sprintf() argumentv8.1.0727Bram Moolenaar2019-01-111-0/+2
* patch 8.1.0726: redrawing specifically for conceal featurev8.1.0726Bram Moolenaar2019-01-111-0/+2
* patch 8.1.0725: conceal mode is not completely testedv8.1.0725Bram Moolenaar2019-01-111-0/+2
* patch 8.1.0724: build for MinGW failsv8.1.0724Bram Moolenaar2019-01-111-0/+2
* patch 8.1.0723: cannot easily run specific test when in src/testdirv8.1.0723Bram Moolenaar2019-01-111-0/+2
* patch 8.1.0722: cannot build without the virtualedit featurev8.1.0722Bram Moolenaar2019-01-111-0/+2
* patch 8.1.0721: conceal mode is not sufficiently testedv8.1.0721Bram Moolenaar2019-01-111-0/+2
* patch 8.1.0720: cannot easily change the current quickfx list indexv8.1.0720Bram Moolenaar2019-01-111-0/+2
* patch 8.1.0719: too many #ifdefsv8.1.0719Bram Moolenaar2019-01-111-4/+2
* patch 8.1.0718: a couple compiler warningsv8.1.0718Bram Moolenaar2019-01-111-0/+2
* patch 8.1.0717: there is no function for the ":sign jump" commandv8.1.0717Bram Moolenaar2019-01-111-0/+2