summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-06-06patch 8.2.2948: substitute() accepts a number but not a float expressionv8.2.2948Bram Moolenaar
2021-06-06patch 8.2.2947: build failure without the channel featurev8.2.2947Bram Moolenaar
2021-06-05patch 8.2.2946: Vim9: substitute expression cannot be a Listv8.2.2946Bram Moolenaar
2021-06-05patch 8.2.2945: some buffer related code is not testedv8.2.2945Yegappan Lakshmanan
2021-06-05patch 8.2.2944: Vim9: no error when using job or channel as a stringv8.2.2944Bram Moolenaar
2021-06-05patch 8.2.2943: Vim9: check for argument count ignores default valuesv8.2.2943Bram Moolenaar
2021-06-05patch 8.2.2942: Vim9: error when calling function with too few argumentsv8.2.2942Bram Moolenaar
2021-06-05patch 8.2.2941: Vim9: using does not handle a list of stringsv8.2.2941Bram Moolenaar
2021-06-05patch 8.2.2940: MS-Windows: cannot see the size when resizingv8.2.2940K.Takata
2021-06-05patch 8.2.2939: GTK: righthand scrollbar does not show with split windowv8.2.2939Bram Moolenaar
2021-06-04patch 8.2.2938: after using motion force from feedkeys() it sticksv8.2.2938Bram Moolenaar
2021-06-04patch 8.2.2937: popup test fails if rightleft feature not enabledv8.2.2937Dominique Pelle
2021-06-04patch 8.2.2936: Vim9: converting number to bool uses wrong stack offsetv8.2.2936Bram Moolenaar
2021-06-04patch 8.2.2935: calculating register width is not always neededv8.2.2935Bram Moolenaar
2021-06-04patch 8.2.2934: ASAN error when using text from the clipboardv8.2.2934Bram Moolenaar
2021-06-04patch 8.2.2933: when 'clipboard' is "unnamed" zp does not work correctlyv8.2.2933Bram Moolenaar
2021-06-03patch 8.2.2932: select mode test failsv8.2.2932Bram Moolenaar
2021-06-03patch 8.2.2931: Vim9: line continuation comment uses legacy syntaxv8.2.2931Bram Moolenaar
2021-06-03patch 8.2.2930: when a popup is visible a mouse move my restart Visual modev8.2.2930Bram Moolenaar
2021-06-02patch 8.2.2929: accidentally enable tcl by defaultv8.2.2929Bram Moolenaar
2021-06-02patch 8.2.2928: the evalfunc.c file is too bigv8.2.2928Yegappan Lakshmanan
2021-06-02patch 8.2.2927: test commented out because it fails with ASANv8.2.2927Bram Moolenaar
2021-06-02patch 8.2.2926: Vim9: no good error for using :legacy in a :def functionv8.2.2926Bram Moolenaar
2021-06-02patch 8.2.2925: Vim9: line continuation comment uses legacy syntaxv8.2.2925Bram Moolenaar
2021-06-02patch 8.2.2924: superfluous extern declarationv8.2.2924K.Takata
2021-06-02patch 8.2.2923: EBCDIC build is brokenv8.2.2923K.Takata
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2021-06-02patch 8.2.2921: E704 for script local variable is not backwards compatiblev8.2.2921Bram Moolenaar
2021-06-01patch 8.2.2920: still a way to shadow a builtin functionv8.2.2920Bram Moolenaar
2021-06-01patch 8.2.2919: using ":!command" does not work if it uses posix_spawn()v8.2.2919Bram Moolenaar
2021-05-31patch 8.2.2918: builtin function can be shadowed by global variablev8.2.2918Bram Moolenaar
2021-05-31patch 8.2.2917: spellfile functionality not fully testedv8.2.2917Dominique Pelle
2021-05-31patch 8.2.2916: operators are not fully testedv8.2.2916Yegappan Lakshmanan
2021-05-31patch 8.2.2915: MS-Windows: when using "default" for encoding utf-8 is usedv8.2.2915K.Takata
2021-05-30patch 8.2.2914: cannot paste a block without adding paddingv8.2.2914Christian Brabandt
2021-05-30Update runtime filesBram Moolenaar
2021-05-30patch 8.2.2913: MS-Windows conpty supports using mouse eventsv8.2.2913Wez Furlong
2021-05-30patch 8.2.2912: MS-Windows: most users expect using Unicodev8.2.2912K.Takata
2021-05-30patch 8.2.2911: pattern "\%V" does not match all of block selectionv8.2.2911Bram Moolenaar
2021-05-30patch 8.2.2910: test for cmdline window and terminal fails on MS-Windowsv8.2.2910Bram Moolenaar
2021-05-30patch 8.2.2909: build error with non-Unix systemv8.2.2909Bram Moolenaar
2021-05-30patch 8.2.2908: crash when using a terminal popup window from cmdline windowv8.2.2908Bram Moolenaar
2021-05-29patch 8.2.2907: memory leak when running out of memoryv8.2.2907Dominique Pelle
2021-05-29patch 8.2.2906: ASAN reports errors for test_startupv8.2.2906Bram Moolenaar
2021-05-29patch 8.2.2905: no error when defaults.vim cannot be loadedv8.2.2905Christian Brabandt
2021-05-29patch 8.2.2904: "g$" causes scroll if half a double width char is visiblev8.2.2904Bram Moolenaar
2021-05-29patch 8.2.2903: cursor position wrong on wrapped line with 'signcolumn'v8.2.2903Bram Moolenaar
2021-05-29patch 8.2.2902: spellfile functionality not fully testedv8.2.2902Dominique Pelle
2021-05-29patch 8.2.2901: some operators not fully testedv8.2.2901Bram Moolenaar
2021-05-29patch 8.2.2900: QuitPre is triggered before :wq writes the filev8.2.2900Bram Moolenaar