summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2670: Vim9: error for append(0, text)v8.2.2670Bram Moolenaar2021-03-283-1/+7
* patch 8.2.2669: command line completion does not work after "vim9"v8.2.2669Bram Moolenaar2021-03-284-3/+10
* patch 8.2.2668: Vim9: omitting "call" for "confirm()" does not give an errorv8.2.2668Bram Moolenaar2021-03-273-53/+84
* patch 8.2.2667: prop_find() cannot find item matching both id and typev8.2.2667Bram Moolenaar2021-03-273-1/+30
* patch 8.2.2666: Vim9: not enough function arguments checked for stringv8.2.2666Bram Moolenaar2021-03-276-0/+54
* patch 8.2.2665: test failuresv8.2.2665Bram Moolenaar2021-03-273-1/+5
* patch 8.2.2664: Vim9: not enough function arguments checked for stringv8.2.2664Bram Moolenaar2021-03-277-29/+58
* patch 8.2.2663: Vim9: leaking memory when inline function has an errorv8.2.2663Bram Moolenaar2021-03-272-4/+11
* patch 8.2.2662: there is no way to avoid some escape sequencesv8.2.2662Bram Moolenaar2021-03-274-10/+50
* patch 8.2.2661: leaking memory when looping over a stringv8.2.2661Bram Moolenaar2021-03-262-1/+5
* patch 8.2.2660: Vim9: no error for declaration with trailing textv8.2.2660Bram Moolenaar2021-03-263-3/+15
* patch 8.2.2659: eval test fails because for loop on string worksv8.2.2659Bram Moolenaar2021-03-262-1/+3
* patch 8.2.2658: :for cannot loop over a stringv8.2.2658Bram Moolenaar2021-03-268-29/+152
* patch 8.2.2657: Vim9: error message for declaring variable in for loopv8.2.2657Bram Moolenaar2021-03-263-7/+40
* patch 8.2.2656: some command line arguments and regexp errors not testedv8.2.2656Bram Moolenaar2021-03-263-9/+24
* patch 8.2.2655: The -w command line argument doesn't workv8.2.2655Bram Moolenaar2021-03-263-2/+14
* patch 8.2.2654: Vim9: getting a character from a string can be slowv8.2.2654Bram Moolenaar2021-03-262-3/+21
* patch 8.2.2653: build failurev8.2.2653Bram Moolenaar2021-03-252-1/+5
* patch 8.2.2652: Vim9: can use command modifier without an effectv8.2.2652Bram Moolenaar2021-03-258-25/+131
* patch 8.2.2651: Vim9: restoring command modifiers happens after jumpv8.2.2651Bram Moolenaar2021-03-254-41/+192
* patch 8.2.2650: Vim9: command modifiers not handled in nested functionv8.2.2650Bram Moolenaar2021-03-244-45/+127
* patch 8.2.2649: Vim9: some wincmd arguments cause a white space errorv8.2.2649Bram Moolenaar2021-03-243-4/+26
* patch 8.2.2648: terminal resize test sometimes hangsv8.2.2648Bram Moolenaar2021-03-232-0/+10
* patch 8.2.2647: terminal test sometimes hangsv8.2.2647Bram Moolenaar2021-03-232-0/+4
* patch 8.2.2646: Vim9: error for not using string doesn't mentionargumentv8.2.2646Bram Moolenaar2021-03-227-42/+76
* patch 8.2.2645: using inline function is not properly testedv8.2.2645Bram Moolenaar2021-03-225-7/+57
* patch 8.2.2644: prop_clear() causes a screen update even when nothing changedv8.2.2644Bram Moolenaar2021-03-222-1/+6
* patch 8.2.2643: various code not covered by testsv8.2.2643Bram Moolenaar2021-03-226-1/+83
* patch 8.2.2642: Vim9: no clear error for wrong inline functionv8.2.2642Bram Moolenaar2021-03-223-1/+13
* patch 8.2.2641: display test fails because of lacking redrawv8.2.2641Bram Moolenaar2021-03-222-2/+5
* patch 8.2.2640: screenstring() returns non-existing composing charactersv8.2.2640Bram Moolenaar2021-03-223-10/+8
* patch 8.2.2639: build failure when fsync() is not availablev8.2.2639Bram Moolenaar2021-03-222-1/+5
* patch 8.2.2638: cannot write a message to the terminal from the GUIv8.2.2638Bram Moolenaar2021-03-228-31/+48
* patch 8.2.2637: prop_remove() causes a redraw even when nothing changedv8.2.2637Bram Moolenaar2021-03-212-1/+4
* patch 8.2.2636: memory leak when compiling inline functionv8.2.2636Bram Moolenaar2021-03-216-9/+26
* patch 8.2.2635: Vim9: cannot define an inline functionv8.2.2635Bram Moolenaar2021-03-217-362/+573
* patch 8.2.2634: 'tagfunc' does not indicate using a patternv8.2.2634Bram Moolenaar2021-03-213-4/+19
* patch 8.2.2633: multi-byte 'fillchars' for folding do not show properlyv8.2.2633Bram Moolenaar2021-03-213-1/+14
* patch 8.2.2632: not all command line arguments are testedv8.2.2632Bram Moolenaar2021-03-203-0/+25
* patch 8.2.2631: commands from winrestcmd() do not always work properlyv8.2.2631Bram Moolenaar2021-03-203-9/+31
* patch 8.2.2630: hard to see where a test gets stuckv8.2.2630Bram Moolenaar2021-03-202-1/+3
* patch 8.2.2629: Vim9: error for #{{ is not desiredv8.2.2629Bram Moolenaar2021-03-205-5/+12
* patch 8.2.2628: Vim9: #{ can still be used at the script levelv8.2.2628Bram Moolenaar2021-03-204-7/+15
* patch 8.2.2627: no need to check for BSD after checking for not rootv8.2.2627Bram Moolenaar2021-03-204-12/+2
* patch 8.2.2626: GTK3: error when starting up and -geometry is givenv8.2.2626Bram Moolenaar2021-03-202-5/+15
* patch 8.2.2625: rss files not recognizedv8.2.2625Bram Moolenaar2021-03-192-1/+3
* patch 8.2.2624: atom files not recognizedv8.2.2624Bram Moolenaar2021-03-192-1/+3
* patch 8.2.2623: some tests fail when run as rootv8.2.2623Bram Moolenaar2021-03-195-31/+49
* patch 8.2.2622: GTK: error when starting up and -geometry is givenv8.2.2622Bram Moolenaar2021-03-185-62/+85
* patch 8.2.2621: typval2type() cannot handle recursive structuresv8.2.2621Bram Moolenaar2021-03-186-16/+33