summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0699: Vim9: not all errors testedv8.2.0699Bram Moolenaar2020-05-055-26/+50
* patch 8.2.0698: insert mode completion not fully testedv8.2.0698Bram Moolenaar2020-05-054-9/+134
* patch 8.2.0697: Vim9: memory leak when using nested functionv8.2.0697Bram Moolenaar2020-05-053-4/+30
* patch 8.2.0696: Vim9: nested function does not work properlyv8.2.0696Bram Moolenaar2020-05-054-31/+30
* patch 8.2.0695: Vim9: cannot define a function inside a functionv8.2.0695Bram Moolenaar2020-05-046-72/+167
* patch 8.2.0694: Haiku: channel and terminal do not workv8.2.0694Bram Moolenaar2020-05-035-24/+81
* patch 8.2.0693: closure using argument not testedv8.2.0693Bram Moolenaar2020-05-033-38/+82
* patch 8.2.0692: startup test fails on MS-Windowsv8.2.0692Bram Moolenaar2020-05-032-1/+3
* patch 8.2.0691: startup test failsv8.2.0691Bram Moolenaar2020-05-032-1/+3
* patch 8.2.0690: line number of option set by modeline is wrongv8.2.0690Bram Moolenaar2020-05-033-1/+61
* patch 8.2.0689: when using getaddrinfo() the error message is unclearv8.2.0689Bram Moolenaar2020-05-032-2/+6
* patch 8.2.0688: output clobbered if setting 'verbose' to see shell commandsv8.2.0688Bram Moolenaar2020-05-033-2/+6
* patch 8.2.0687: some tests do not work on FreeBSDv8.2.0687Bram Moolenaar2020-05-033-9/+13
* patch 8.2.0686: formatoptions not sufficiently testedv8.2.0686Bram Moolenaar2020-05-033-0/+209
* patch 8.2.0685: Build failurev8.2.0685Bram Moolenaar2020-05-032-17/+5
* patch 8.2.0684: Vim9: memory leak when using lambdav8.2.0684Bram Moolenaar2020-05-037-71/+83
* patch 8.2.0683: Vim9: parsing type does not always workv8.2.0683Bram Moolenaar2020-05-026-6/+84
* patch 8.2.0682: Vim9: parsing function argument type can get stuckv8.2.0682Bram Moolenaar2020-05-023-0/+7
* patch 8.2.0681: pattern for 'hlsearch' highlighting may leakv8.2.0681Bram Moolenaar2020-05-022-0/+3
* patch 8.2.0680: PTYGROUP and PTYMODE are unusedv8.2.0680Bram Moolenaar2020-05-024-174/+2
* patch 8.2.0679: Vim9: incomplete support for closuresv8.2.0679Bram Moolenaar2020-05-026-63/+258
* patch 8.2.0678: rare crash for popup menuv8.2.0678Bram Moolenaar2020-05-022-3/+8
* patch 8.2.0677: Vim9: no support for closuresv8.2.0677Bram Moolenaar2020-05-018-126/+223
* patch 8.2.0676: pattern in list of distributed files does not matchv8.2.0676Bram Moolenaar2020-05-012-1/+3
* Update runtime filesBram Moolenaar2020-05-0122-182/+296
* patch 8.2.0675: Vim9: no support for closuresv8.2.0675Bram Moolenaar2020-05-016-74/+81
* patch 8.2.0674: some source files are too bigv8.2.0674Bram Moolenaar2020-05-0119-1176/+1167
* patch 8.2.0673: cannot build Haiku in shadow directoryv8.2.0673Bram Moolenaar2020-05-012-1/+3
* patch 8.2.0672: heredoc in scripts does not accept lower case markerv8.2.0672Bram Moolenaar2020-05-019-8/+31
* patch 8.2.0671: Haiku: compiler warningsv8.2.0671Bram Moolenaar2020-04-304-36/+6
* patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar2020-04-3018-43/+67
* patch 8.2.0669: MS-Windows: display in VTP is a bit slowv8.2.0669Bram Moolenaar2020-04-303-50/+386
* patch 8.2.0668: compiler warning for int/size_t usagev8.2.0668Bram Moolenaar2020-04-302-1/+3
* patch 8.2.0667: cannot install Haiku version from sourcev8.2.0667Bram Moolenaar2020-04-306-21/+32
* patch 8.2.0666: Ruby test fails on MS-Windowsv8.2.0666Bram Moolenaar2020-04-304-14/+16
* patch 8.2.0665: wrongly assuming Python executable is called "python"v8.2.0665Bram Moolenaar2020-04-303-15/+23
* patch 8.2.0664: included undesired changes in Makefilev8.2.0664Bram Moolenaar2020-04-292-11/+13
* patch 8.2.0663: not all systemd temp files are recognizedv8.2.0663Bram Moolenaar2020-04-293-2/+6
* patch 8.2.0662: cannot use input() in a channel callbackv8.2.0662Bram Moolenaar2020-04-295-3/+33
* patch 8.2.0661: eval test is still old stylev8.2.0661Bram Moolenaar2020-04-297-127/+169
* patch 8.2.0660: the search.c file is a bit bigv8.2.0660Bram Moolenaar2020-04-2913-1976/+2020
* patch 8.2.0659: Vim9: no test for equal func typev8.2.0659Bram Moolenaar2020-04-283-3/+21
* patch 8.2.0658: HP-UX build fails when setenv() is not definedv8.2.0658Bram Moolenaar2020-04-282-1/+3
* patch 8.2.0657: Vim9: no check if called variable is a FuncRefv8.2.0657Bram Moolenaar2020-04-284-6/+42
* patch 8.2.0656: MS-Windows: redrawing right screen edge may not be neededv8.2.0656Bram Moolenaar2020-04-284-1/+21
* patch 8.2.0655: search code not sufficiently testedv8.2.0655Bram Moolenaar2020-04-2810-103/+551
* patch 8.2.0654: building with Python failsv8.2.0654Bram Moolenaar2020-04-282-1/+3
* patch 8.2.0653: using uninitialized pointerv8.2.0653Bram Moolenaar2020-04-273-18/+18
* patch 8.2.0652: compiler warning for char conversionv8.2.0652Bram Moolenaar2020-04-272-2/+4
* patch 8.2.0651: old style benchmark test still in list of distributed filesv8.2.0651Bram Moolenaar2020-04-272-2/+2