summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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