summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0781: build error when using if_xcmdsrv.cv8.1.0781Bram Moolenaar2019-01-192-1/+3
* patch 8.1.0780: terminal test fails on Macv8.1.0780Bram Moolenaar2019-01-192-1/+4
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-1956-698/+679
* patch 8.1.0778: terminal test fails on MS-Windowsv8.1.0778Bram Moolenaar2019-01-192-2/+4
* patch 8.1.0777: Win32: using pipes for channel does not work wellv8.1.0777Bram Moolenaar2019-01-193-31/+65
* patch 8.1.0776: Travis does not build a version without GUI on Linuxv8.1.0776Bram Moolenaar2019-01-192-0/+6
* patch 8.1.0775: matching too many files as zshv8.1.0775Bram Moolenaar2019-01-182-7/+8
* patch 8.1.0774: VMS build is missing the blob filev8.1.0774Bram Moolenaar2019-01-183-10/+25
* patch 8.1.0773: not all crypt code is testedv8.1.0773Bram Moolenaar2019-01-186-4/+58
* patch 8.1.0772: the sign_define_by_name() function is too longv8.1.0772Bram Moolenaar2019-01-182-105/+140
* patch 8.1.0771: some shell filetype patterns end in a starv8.1.0771Bram Moolenaar2019-01-183-7/+37
* patch 8.1.0770: inconsistent use of ELAPSED_FUNCv8.1.0770Bram Moolenaar2019-01-176-26/+26
* patch 8.1.0769: :stop is covered in two testsv8.1.0769Bram Moolenaar2019-01-173-34/+7
* patch 8.1.0768: updating completions may cause the popup menu to flickerv8.1.0768Bram Moolenaar2019-01-175-13/+65
* patch 8.1.0767: when deleting lines at the bottom signs are misplacedv8.1.0767Bram Moolenaar2019-01-173-7/+57
* patch 8.1.0766: various problems when using Vim on VMSv8.1.0766Bram Moolenaar2019-01-1714-48/+114
* patch 8.1.0765: string format of a Blob can't be parsed backv8.1.0765Bram Moolenaar2019-01-174-24/+32
* patch 8.1.0764: list of distributed files is outdatedv8.1.0764Bram Moolenaar2019-01-172-7/+4
* Update runtime files.Bram Moolenaar2019-01-1740-662/+1069
* patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar2019-01-1737-4093/+55
* patch 8.1.0762: compiler warningv8.1.0762Bram Moolenaar2019-01-172-1/+3
* patch 8.1.0761: default value for brief_wait is wrongv8.1.0761Bram Moolenaar2019-01-172-1/+3
* patch 8.1.0760: no proper test for using 'termencoding'v8.1.0760Bram Moolenaar2019-01-175-46/+103
* patch 8.1.0759: showing two characters for tab is limitedv8.1.0759Bram Moolenaar2019-01-167-11/+118
* patch 8.1.0758: font number is always one instead of the actualv8.1.0758Bram Moolenaar2019-01-162-1/+3
* patch 8.1.0757: not enough documentation for Blobsv8.1.0757Bram Moolenaar2019-01-152-15/+140
* patch 8.1.0756: copy() does not make a copy of a Blobv8.1.0756Bram Moolenaar2019-01-153-1/+24
* patch 8.1.0755: error message for get() on a Blob with invalid indexv8.1.0755Bram Moolenaar2019-01-153-3/+21
* patch 8.1.0754: preferred column is lost when setting 'cursorcolumn'v8.1.0754Bram Moolenaar2019-01-153-1/+23
* patch 8.1.0753: printf format not checked for semsg()v8.1.0753Bram Moolenaar2019-01-1516-31/+55
* patch 8.1.0752: one more compiler warning for signed/unsigned stringv8.1.0752Bram Moolenaar2019-01-152-1/+3
* patch 8.1.0751: some regexp errors are not testedv8.1.0751Bram Moolenaar2019-01-142-0/+14
* patch 8.1.0750: when the last sign is deleted the signcolumn may remainv8.1.0750Bram Moolenaar2019-01-142-5/+10
* patch 8.1.0749: error message contains garbagev8.1.0749Bram Moolenaar2019-01-142-1/+4
* patch 8.1.0748: using sprintf() instead of semsg()v8.1.0748Bram Moolenaar2019-01-142-17/+16
* patch 8.1.0747: map() with a bad expression doesn't give an errorv8.1.0747Bram Moolenaar2019-01-143-12/+35
* patch 8.1.0746: highlighting not updated with conceal and 'cursorline'v8.1.0746Bram Moolenaar2019-01-146-0/+92
* patch 8.1.0745: compiler warnings for signed/unsigned stringv8.1.0745Bram Moolenaar2019-01-143-2/+4
* patch 8.1.0744: compiler warnings for signed/unsigned stringsv8.1.0744Bram Moolenaar2019-01-135-17/+23
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-1395-2022/+1967
* patch 8.1.0742: not all Blob operations are testedv8.1.0742Bram Moolenaar2019-01-134-3/+65
* patch 8.1.0741: viminfo with Blob is not testedv8.1.0741Bram Moolenaar2019-01-135-31/+120
* patch 8.1.0740: Tcl test failsv8.1.0740Bram Moolenaar2019-01-132-1/+5
* patch 8.1.0739: text objects in not sufficiently testedv8.1.0739Bram Moolenaar2019-01-132-1/+89
* patch 8.1.0738: using freed memory, for loop over blob leaks memoryv8.1.0738Bram Moolenaar2019-01-132-7/+13
* patch 8.1.0737: compiler warning for uninitialized variablev8.1.0737Bram Moolenaar2019-01-132-1/+3
* patch 8.1.0736: code for Blob not sufficiently testedv8.1.0736Bram Moolenaar2019-01-1310-38/+155
* patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar2019-01-1227-114/+1354
* patch 8.1.0734: the hlsearch state is not stored in a session filev8.1.0734Bram Moolenaar2019-01-123-0/+24
* patch 8.1.0733: too many #ifdefs for the multi-byte featurev8.1.0733Bram Moolenaar2019-01-128-96/+27