summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0724: Vim9: appending to buffer/window/tab variable not testedv8.2.0724Bram Moolenaar2020-05-091-0/+6
* patch 8.2.0723: Vim9: nested constant expression not evaluated compile timev8.2.0723Bram Moolenaar2020-05-091-0/+10
* patch 8.2.0719: Vim9: more expressions can be evaluated at compile timev8.2.0719Bram Moolenaar2020-05-092-49/+59
* patch 8.2.0717: Vim9: postponed constant expressions does not scalev8.2.0717Bram Moolenaar2020-05-081-0/+10
* patch 8.2.0714: Vim9: handling constant expression does not scalev8.2.0714Bram Moolenaar2020-05-071-3/+2
* patch 8.2.0713: the pam_environment file is not recognizedv8.2.0713Bram Moolenaar2020-05-071-0/+1
* patch 8.2.0712: various code not fully testedv8.2.0712Bram Moolenaar2020-05-074-0/+81
* patch 8.2.0710: Netbeans test sometimes failsv8.2.0710Bram Moolenaar2020-05-071-0/+3
* patch 8.2.0708: Vim9: constant expressions are not simplifiedv8.2.0708Bram Moolenaar2020-05-072-5/+17
* patch 8.2.0707: Vim9 function test failsv8.2.0707Bram Moolenaar2020-05-071-1/+1
* patch 8.2.0706: Vim9: using assert_fails() causes function to finishv8.2.0706Bram Moolenaar2020-05-072-7/+2
* patch 8.2.0703: Vim9: closure cannot store value in outer contextv8.2.0703Bram Moolenaar2020-05-062-0/+62
* patch 8.2.0702: running channel tests may leave running process behindv8.2.0702Bram Moolenaar2020-05-061-0/+2
* patch 8.2.0701: Vim9 test fails without job featurev8.2.0701Bram Moolenaar2020-05-051-11/+13
* patch 8.2.0700: Vim9: converting error message to exception not testedv8.2.0700Bram Moolenaar2020-05-051-1/+19
* patch 8.2.0699: Vim9: not all errors testedv8.2.0699Bram Moolenaar2020-05-053-25/+42
* patch 8.2.0698: insert mode completion not fully testedv8.2.0698Bram Moolenaar2020-05-053-9/+132
* patch 8.2.0696: Vim9: nested function does not work properlyv8.2.0696Bram Moolenaar2020-05-051-0/+3
* patch 8.2.0695: Vim9: cannot define a function inside a functionv8.2.0695Bram Moolenaar2020-05-041-15/+20
* patch 8.2.0693: closure using argument not testedv8.2.0693Bram Moolenaar2020-05-031-0/+21
* patch 8.2.0692: startup test fails on MS-Windowsv8.2.0692Bram Moolenaar2020-05-031-1/+1
* patch 8.2.0691: startup test failsv8.2.0691Bram Moolenaar2020-05-031-1/+1
* patch 8.2.0690: line number of option set by modeline is wrongv8.2.0690Bram Moolenaar2020-05-031-0/+56
* patch 8.2.0687: some tests do not work on FreeBSDv8.2.0687Bram Moolenaar2020-05-032-9/+11
* patch 8.2.0686: formatoptions not sufficiently testedv8.2.0686Bram Moolenaar2020-05-032-0/+207
* patch 8.2.0684: Vim9: memory leak when using lambdav8.2.0684Bram Moolenaar2020-05-031-8/+2
* patch 8.2.0683: Vim9: parsing type does not always workv8.2.0683Bram Moolenaar2020-05-021-0/+44
* patch 8.2.0682: Vim9: parsing function argument type can get stuckv8.2.0682Bram Moolenaar2020-05-021-0/+1
* patch 8.2.0679: Vim9: incomplete support for closuresv8.2.0679Bram Moolenaar2020-05-021-0/+12
* patch 8.2.0677: Vim9: no support for closuresv8.2.0677Bram Moolenaar2020-05-011-0/+9
* patch 8.2.0672: heredoc in scripts does not accept lower case markerv8.2.0672Bram Moolenaar2020-05-017-7/+28
* patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar2020-04-303-3/+3
* patch 8.2.0666: Ruby test fails on MS-Windowsv8.2.0666Bram Moolenaar2020-04-303-14/+14
* patch 8.2.0665: wrongly assuming Python executable is called "python"v8.2.0665Bram Moolenaar2020-04-302-15/+21
* patch 8.2.0663: not all systemd temp files are recognizedv8.2.0663Bram Moolenaar2020-04-291-1/+1
* patch 8.2.0662: cannot use input() in a channel callbackv8.2.0662Bram Moolenaar2020-04-291-0/+17
* patch 8.2.0661: eval test is still old stylev8.2.0661Bram Moolenaar2020-04-295-126/+167
* patch 8.2.0659: Vim9: no test for equal func typev8.2.0659Bram Moolenaar2020-04-281-0/+10
* patch 8.2.0657: Vim9: no check if called variable is a FuncRefv8.2.0657Bram Moolenaar2020-04-282-0/+9
* patch 8.2.0655: search code not sufficiently testedv8.2.0655Bram Moolenaar2020-04-289-103/+549
* patch 8.2.0653: using uninitialized pointerv8.2.0653Bram Moolenaar2020-04-271-17/+15
* patch 8.2.0650: Vim9: script function can be deletedv8.2.0650Bram Moolenaar2020-04-273-25/+109
* patch 8.2.0649: undo problem whn an InsertLeave autocommand resets undov8.2.0649Bram Moolenaar2020-04-271-1/+16
* patch 8.2.0648: semicolon search does not work in first linev8.2.0648Bram Moolenaar2020-04-271-0/+11
* patch 8.2.0644: insufficient testing for invalid function argumentsv8.2.0644Bram Moolenaar2020-04-2616-8/+112
* patch 8.2.0641: Vim9: not expanded in :hardcopy and syn-includev8.2.0641Bram Moolenaar2020-04-261-0/+25
* patch 8.2.0640: Vim9: expanding does not workv8.2.0640Bram Moolenaar2020-04-256-213/+248
* patch 8.2.0639: MS-Windows: messages test still failsv8.2.0639Bram Moolenaar2020-04-251-16/+17
* patch 8.2.0638: MS-Windows: messages test failsv8.2.0638Bram Moolenaar2020-04-251-0/+3
* patch 8.2.0637: incsearch highlighting does not work for ":sort!"v8.2.0637Bram Moolenaar2020-04-252-1/+13