summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2687: Vim9: cannot use "const" for global variable in :def functionv8.2.2687Bram Moolenaar2021-04-014-2/+27
* patch 8.2.2686: status line is not updated when going to cmdline modev8.2.2686Bram Moolenaar2021-04-015-0/+42
* patch 8.2.2685: custom statusline not drawn correctly with WinBarv8.2.2685Bram Moolenaar2021-04-016-2/+35
* patch 8.2.2684: not enough folding code is testedv8.2.2684Bram Moolenaar2021-04-014-18/+254
* patch 8.2.2683: build failure without the +eval featurev8.2.2683Bram Moolenaar2021-04-012-0/+4
* patch 8.2.2682: Vim9: cannot find Name.Func from "import * as Name"v8.2.2682Bram Moolenaar2021-04-014-4/+35
* patch 8.2.2681: Vim9: test fails for redeclaring script variablev8.2.2681Bram Moolenaar2021-03-312-6/+9
* patch 8.2.2680: Vim9: problem defining a script variable from legacy functionv8.2.2680Bram Moolenaar2021-03-315-7/+57
* Update runtime files.Bram Moolenaar2021-03-3128-239/+275
* patch 8.2.2679: status line missing for non-current window with winbarv8.2.2679Bram Moolenaar2021-03-304-6/+57
* patch 8.2.2678: test for 'autoshelldir' does not reset the optionv8.2.2678Bram Moolenaar2021-03-302-0/+4
* patch 8.2.2677: Vim9: cannot use only some of the default argumentsv8.2.2677Bram Moolenaar2021-03-299-65/+170
* patch 8.2.2676: missing error messagev8.2.2676Bram Moolenaar2021-03-292-0/+4
* patch 8.2.2675: directory change in a terminal window shell is not followedv8.2.2675Bram Moolenaar2021-03-2911-2/+145
* patch 8.2.2674: Motif: cancelling the font dialog resets the fontv8.2.2674Bram Moolenaar2021-03-293-2/+15
* patch 8.2.2673: Vim9: script-local funcref can have lower case namev8.2.2673Bram Moolenaar2021-03-283-2/+32
* patch 8.2.2672: Vim9: cannot use :lockvar and :unlockvar in compiled scriptv8.2.2672Bram Moolenaar2021-03-284-10/+97
* patch 8.2.2671: error for line number in legacy scriptv8.2.2671Bram Moolenaar2021-03-282-1/+4
* 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-274-1/+32
* 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-269-32/+163
* 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