summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-03-31patch 8.2.2680: Vim9: problem defining a script variable from legacy functionv8.2.2680Bram Moolenaar
2021-03-30patch 8.2.2679: status line missing for non-current window with winbarv8.2.2679Bram Moolenaar
2021-03-30patch 8.2.2678: test for 'autoshelldir' does not reset the optionv8.2.2678Bram Moolenaar
2021-03-29patch 8.2.2677: Vim9: cannot use only some of the default argumentsv8.2.2677Bram Moolenaar
2021-03-29patch 8.2.2676: missing error messagev8.2.2676Bram Moolenaar
2021-03-29patch 8.2.2675: directory change in a terminal window shell is not followedv8.2.2675Bram Moolenaar
2021-03-29patch 8.2.2674: Motif: cancelling the font dialog resets the fontv8.2.2674Bram Moolenaar
2021-03-28patch 8.2.2673: Vim9: script-local funcref can have lower case namev8.2.2673Bram Moolenaar
2021-03-28patch 8.2.2672: Vim9: cannot use :lockvar and :unlockvar in compiled scriptv8.2.2672Bram Moolenaar
2021-03-28patch 8.2.2671: error for line number in legacy scriptv8.2.2671Bram Moolenaar
2021-03-28patch 8.2.2670: Vim9: error for append(0, text)v8.2.2670Bram Moolenaar
2021-03-28patch 8.2.2669: command line completion does not work after "vim9"v8.2.2669Bram Moolenaar
2021-03-27patch 8.2.2668: Vim9: omitting "call" for "confirm()" does not give an errorv8.2.2668Bram Moolenaar
2021-03-27patch 8.2.2667: prop_find() cannot find item matching both id and typev8.2.2667Bram Moolenaar
2021-03-27patch 8.2.2666: Vim9: not enough function arguments checked for stringv8.2.2666Bram Moolenaar
2021-03-27patch 8.2.2665: test failuresv8.2.2665Bram Moolenaar
2021-03-27patch 8.2.2664: Vim9: not enough function arguments checked for stringv8.2.2664Bram Moolenaar
2021-03-27patch 8.2.2663: Vim9: leaking memory when inline function has an errorv8.2.2663Bram Moolenaar
2021-03-27patch 8.2.2662: there is no way to avoid some escape sequencesv8.2.2662Bram Moolenaar
2021-03-26patch 8.2.2661: leaking memory when looping over a stringv8.2.2661Bram Moolenaar
2021-03-26patch 8.2.2660: Vim9: no error for declaration with trailing textv8.2.2660Bram Moolenaar
2021-03-26patch 8.2.2659: eval test fails because for loop on string worksv8.2.2659Bram Moolenaar
2021-03-26patch 8.2.2658: :for cannot loop over a stringv8.2.2658Bram Moolenaar
2021-03-26patch 8.2.2657: Vim9: error message for declaring variable in for loopv8.2.2657Bram Moolenaar
2021-03-26patch 8.2.2656: some command line arguments and regexp errors not testedv8.2.2656Bram Moolenaar
2021-03-26patch 8.2.2655: The -w command line argument doesn't workv8.2.2655Bram Moolenaar
2021-03-26patch 8.2.2654: Vim9: getting a character from a string can be slowv8.2.2654Bram Moolenaar
2021-03-25patch 8.2.2653: build failurev8.2.2653Bram Moolenaar
2021-03-25patch 8.2.2652: Vim9: can use command modifier without an effectv8.2.2652Bram Moolenaar
2021-03-25patch 8.2.2651: Vim9: restoring command modifiers happens after jumpv8.2.2651Bram Moolenaar
2021-03-24patch 8.2.2650: Vim9: command modifiers not handled in nested functionv8.2.2650Bram Moolenaar
2021-03-24patch 8.2.2649: Vim9: some wincmd arguments cause a white space errorv8.2.2649Bram Moolenaar
2021-03-23patch 8.2.2648: terminal resize test sometimes hangsv8.2.2648Bram Moolenaar
2021-03-23patch 8.2.2647: terminal test sometimes hangsv8.2.2647Bram Moolenaar
2021-03-22patch 8.2.2646: Vim9: error for not using string doesn't mentionargumentv8.2.2646Bram Moolenaar
2021-03-22patch 8.2.2645: using inline function is not properly testedv8.2.2645Bram Moolenaar
2021-03-22patch 8.2.2644: prop_clear() causes a screen update even when nothing changedv8.2.2644Bram Moolenaar
2021-03-22patch 8.2.2643: various code not covered by testsv8.2.2643Bram Moolenaar
2021-03-22patch 8.2.2642: Vim9: no clear error for wrong inline functionv8.2.2642Bram Moolenaar
2021-03-22patch 8.2.2641: display test fails because of lacking redrawv8.2.2641Bram Moolenaar
2021-03-22patch 8.2.2640: screenstring() returns non-existing composing charactersv8.2.2640Bram Moolenaar
2021-03-22patch 8.2.2639: build failure when fsync() is not availablev8.2.2639Bram Moolenaar
2021-03-22patch 8.2.2638: cannot write a message to the terminal from the GUIv8.2.2638Bram Moolenaar
2021-03-21patch 8.2.2637: prop_remove() causes a redraw even when nothing changedv8.2.2637Bram Moolenaar
2021-03-21patch 8.2.2636: memory leak when compiling inline functionv8.2.2636Bram Moolenaar
2021-03-21patch 8.2.2635: Vim9: cannot define an inline functionv8.2.2635Bram Moolenaar
2021-03-21patch 8.2.2634: 'tagfunc' does not indicate using a patternv8.2.2634Bram Moolenaar
2021-03-21patch 8.2.2633: multi-byte 'fillchars' for folding do not show properlyv8.2.2633Bram Moolenaar
2021-03-20patch 8.2.2632: not all command line arguments are testedv8.2.2632Bram Moolenaar
2021-03-20patch 8.2.2631: commands from winrestcmd() do not always work properlyv8.2.2631Bram Moolenaar