summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0741: Python tests fail because of changed messagev8.2.0741Bram Moolenaar2020-05-123-59/+61
* patch 8.2.0740: minor message mistakesv8.2.0740Bram Moolenaar2020-05-114-17/+19
* patch 8.2.0739: incomplete profiling when exiting because of a dealy signalv8.2.0739Bram Moolenaar2020-05-114-3/+17
* patch 8.2.0738: mouse handling in a terminal window not well testedv8.2.0738Bram Moolenaar2020-05-115-22/+270
* patch 8.2.0737: when shell doesn't support CTRL-Z Vim still handles itv8.2.0737Bram Moolenaar2020-05-112-6/+28
* patch 8.2.0736: some files not recognized as pamenvv8.2.0736Bram Moolenaar2020-05-113-2/+4
* patch 8.2.0735: Vim9: using unitialized memoryv8.2.0735Bram Moolenaar2020-05-102-8/+12
* patch 8.2.0734: Vim9: leaking memory when using :finishv8.2.0734Bram Moolenaar2020-05-102-1/+7
* patch 8.2.0733: Vim9: assigning to dict or list argument does not workv8.2.0733Bram Moolenaar2020-05-103-6/+52
* patch 8.2.0732: Vim9: storing value in dict messes up stackv8.2.0732Bram Moolenaar2020-05-103-0/+16
* patch 8.2.0731: Vim9: parsing declarations continues after :finishv8.2.0731Bram Moolenaar2020-05-103-0/+25
* patch 8.2.0730: Vim9: Assignment to dict member does not workv8.2.0730Bram Moolenaar2020-05-108-166/+462
* patch 8.2.0729: Vim9: When reloading a script variables are not clearedv8.2.0729Bram Moolenaar2020-05-105-20/+57
* patch 8.2.0728: messages about a deadly signal are not left alignedv8.2.0728Bram Moolenaar2020-05-103-4/+6
* patch 8.2.0727: MS-Windows: new gcc compiler does not support scanf formatv8.2.0727Bram Moolenaar2020-05-102-3/+5
* patch 8.2.0726: Vim9: leaking memory when calling not compiled :def functionv8.2.0726Bram Moolenaar2020-05-092-5/+7
* patch 8.2.0725: Vim9: cannot call a function declared later in Vim9 scriptv8.2.0725Bram Moolenaar2020-05-0913-35/+229
* patch 8.2.0724: Vim9: appending to buffer/window/tab variable not testedv8.2.0724Bram Moolenaar2020-05-092-0/+8
* patch 8.2.0723: Vim9: nested constant expression not evaluated compile timev8.2.0723Bram Moolenaar2020-05-093-4/+33
* patch 8.2.0722: Vim9: not handling constant expression for elseifv8.2.0722Bram Moolenaar2020-05-092-408/+23
* patch 8.2.0721: Vim9: leaking memory when skippingv8.2.0721Bram Moolenaar2020-05-092-0/+6
* patch 8.2.0720: occasional exit when encountering an X errorv8.2.0720Bram Moolenaar2020-05-092-4/+11
* patch 8.2.0719: Vim9: more expressions can be evaluated at compile timev8.2.0719Bram Moolenaar2020-05-094-279/+450
* patch 8.2.0718: gcc warning for returning pointer to local variablev8.2.0718Bram Moolenaar2020-05-092-1/+5
* patch 8.2.0717: Vim9: postponed constant expressions does not scalev8.2.0717Bram Moolenaar2020-05-083-136/+183
* patch 8.2.0716: Vim9: another memory leakv8.2.0716Bram Moolenaar2020-05-072-4/+17
* patch 8.2.0715: Vim9: leaking memoryv8.2.0715Bram Moolenaar2020-05-072-0/+4
* patch 8.2.0714: Vim9: handling constant expression does not scalev8.2.0714Bram Moolenaar2020-05-073-61/+165
* Update runtime filesBram Moolenaar2020-05-0710-43/+106
* patch 8.2.0713: the pam_environment file is not recognizedv8.2.0713Bram Moolenaar2020-05-073-0/+6
* patch 8.2.0712: various code not fully testedv8.2.0712Bram Moolenaar2020-05-075-0/+83
* patch 8.2.0711: temp directory might be clearedv8.2.0711Bram Moolenaar2020-05-077-0/+119
* patch 8.2.0710: Netbeans test sometimes failsv8.2.0710Bram Moolenaar2020-05-072-0/+5
* patch 8.2.0709: MS-Windows: compiler warning for int vs size_tv8.2.0709Bram Moolenaar2020-05-072-1/+3
* patch 8.2.0708: Vim9: constant expressions are not simplifiedv8.2.0708Bram Moolenaar2020-05-074-367/+516
* patch 8.2.0707: Vim9 function test failsv8.2.0707Bram Moolenaar2020-05-072-1/+3
* patch 8.2.0706: Vim9: using assert_fails() causes function to finishv8.2.0706Bram Moolenaar2020-05-074-9/+6
* patch 8.2.0705: indent tests don't run on CI for FreeBSDv8.2.0705Bram Moolenaar2020-05-063-2/+4
* patch 8.2.0704: Vim9: memory leak in disassemble testv8.2.0704Bram Moolenaar2020-05-062-1/+29
* patch 8.2.0703: Vim9: closure cannot store value in outer contextv8.2.0703Bram Moolenaar2020-05-068-9/+97
* patch 8.2.0702: running channel tests may leave running process behindv8.2.0702Bram Moolenaar2020-05-062-0/+4
* patch 8.2.0701: Vim9 test fails without job featurev8.2.0701Bram Moolenaar2020-05-052-11/+15
* patch 8.2.0700: Vim9: converting error message to exception not testedv8.2.0700Bram Moolenaar2020-05-053-7/+21
* 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