summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0578: heredoc for interfaces does not support "trim"v8.2.0578Bram Moolenaar2020-04-1422-1926/+2093
* patch 8.2.0577: not all modifiers supported for :optionsv8.2.0577Bram Moolenaar2020-04-136-33/+98
* patch 8.2.0576: some errors are not covered by testsv8.2.0576Bram Moolenaar2020-04-135-0/+19
* patch 8.2.0575: :digraph! not testedv8.2.0575Bram Moolenaar2020-04-132-0/+14
* patch 8.2.0574: ipv6 feature not shown in :version outputv8.2.0574Bram Moolenaar2020-04-132-1/+9
* patch 8.2.0573: using :version twice leaks memoryv8.2.0573Bram Moolenaar2020-04-135-13/+30
* patch 8.2.0572: using two lines for free and resetv8.2.0572Bram Moolenaar2020-04-132-4/+3
* patch 8.2.0571: double free when passing invalid argument to job_start()v8.2.0571Bram Moolenaar2020-04-133-0/+6
* patch 8.2.0570: Vim9: no error when omitting type from argumentv8.2.0570Bram Moolenaar2020-04-137-12/+30
* patch 8.2.0569: build failure with tiny versionv8.2.0569Bram Moolenaar2020-04-132-0/+4
* patch 8.2.0568: the man filetype plugin overwrites the unnamed registerv8.2.0568Bram Moolenaar2020-04-133-4/+26
* patch 8.2.0567: Vim9: cannot put comments halfway expressionsv8.2.0567Bram Moolenaar2020-04-137-27/+93
* patch 8.2.0566: Vim9: variable can be used uninitializedv8.2.0566Bram Moolenaar2020-04-122-2/+4
* patch 8.2.0565: Vim9: tests contain superfluous line continuationv8.2.0565Bram Moolenaar2020-04-124-499/+502
* patch 8.2.0564: Vim9: calling a def function from non-vim9 may failv8.2.0564Bram Moolenaar2020-04-123-1/+32
* patch 8.2.0563: Vim9: cannot split a function linev8.2.0563Bram Moolenaar2020-04-126-12/+69
* patch 8.2.0562: Vim9: cannot split an expression into multiple linesv8.2.0562Bram Moolenaar2020-04-125-32/+120
* patch 8.2.0561: Vim9: cannot split function call in multiple linesv8.2.0561Bram Moolenaar2020-04-124-47/+75
* patch 8.2.0560: compiler warning in tiny buildv8.2.0560Bram Moolenaar2020-04-122-2/+4
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-1255-169/+170
* patch 8.2.0558: Vim9: dict code not covered by testsv8.2.0558Bram Moolenaar2020-04-123-6/+3
* patch 8.2.0557: no IPv6 support for channelsv8.2.0557Bram Moolenaar2020-04-1221-192/+546
* patch 8.2.0556: Vim9: memory leak when finding common typev8.2.0556Bram Moolenaar2020-04-122-2/+4
* patch 8.2.0555: Vim9: line continuation is not always neededv8.2.0555Bram Moolenaar2020-04-125-15/+111
* patch 8.2.0554: the GUI doesn't set t_Cov8.2.0554Bram Moolenaar2020-04-125-1/+9
* patch 8.2.0553: error for unused argumentv8.2.0553Bram Moolenaar2020-04-122-1/+3
* patch 8.2.0552: Vim9: some errors not covered by testsv8.2.0552Bram Moolenaar2020-04-123-5/+60
* patch 8.2.0551: not all code for options is testedv8.2.0551Bram Moolenaar2020-04-125-1/+141
* patch 8.2.0550: some changes in the libvterm upstream codev8.2.0550Bram Moolenaar2020-04-122-14/+21
* patch 8.2.0549: user systemd files not recognizedv8.2.0549Bram Moolenaar2020-04-123-4/+8
* patch 8.2.0548: Vim9: not all possible func type errors testedv8.2.0548Bram Moolenaar2020-04-113-9/+30
* patch 8.2.0547: Win32: restoring screen not always done rightv8.2.0547Bram Moolenaar2020-04-112-7/+15
* patch 8.2.0546: Vim9: varargs implementation is inefficientv8.2.0546Bram Moolenaar2020-04-113-69/+52
* patch 8.2.0545: unused arguments ignored in non-standard wayv8.2.0545Bram Moolenaar2020-04-112-36/+20
* patch 8.2.0544: memory leak in search testv8.2.0544Bram Moolenaar2020-04-112-0/+3
* patch 8.2.0543: Vim9: function with varargs does not work properlyv8.2.0543Bram Moolenaar2020-04-115-76/+195
* patch 8.2.0542: no test for E386v8.2.0542Bram Moolenaar2020-04-112-3/+10
* patch 8.2.0541: Travis CI does not give compiler warningsv8.2.0541Bram Moolenaar2020-04-118-14/+54
* patch 8.2.0540: regexp and other code not testedv8.2.0540Bram Moolenaar2020-04-1111-95/+311
* Update runtime filesBram Moolenaar2020-04-1024-88/+187
* patch 8.2.0539: comparing two NULL list failsv8.2.0539Bram Moolenaar2020-04-093-2/+10
* patch 8.2.0538: Vim9: VAR_PARTIAL is not used during compilationv8.2.0538Bram Moolenaar2020-04-094-48/+4
* patch 8.2.0537: Vim9: no check for sandbox when setting v:varv8.2.0537Bram Moolenaar2020-04-093-0/+21
* patch 8.2.0536: Vim9: some compilation code not testedv8.2.0536Bram Moolenaar2020-04-095-13/+38
* patch 8.2.0535: regexp patterns not fully testedv8.2.0535Bram Moolenaar2020-04-095-21/+166
* patch 8.2.0534: client-server test fails under valgrindv8.2.0534Bram Moolenaar2020-04-082-1/+3
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-0836-167/+175
* patch 8.2.0532: cannot use simplify() as a methodv8.2.0532Bram Moolenaar2020-04-084-2/+6
* patch 8.2.0531: various errors not testedv8.2.0531Bram Moolenaar2020-04-086-160/+357
* patch 8.2.0530: test crashes on s390v8.2.0530Bram Moolenaar2020-04-082-1/+7