summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2964: Vim9: hang when using space after ->v8.2.2964Bram Moolenaar2021-06-084-3/+11
* patch 8.2.2963: GUI: mouse move may start Visual mode with a popup visiblev8.2.2963Bram Moolenaar2021-06-085-3/+15
* patch 8.2.2962: MS-Windows command line arguments have wrong encodingv8.2.2962K.Takata2021-06-082-4/+6
* patch 8.2.2961: keys typed during a :normal command are discardedv8.2.2961Bram Moolenaar2021-06-078-10/+23
* patch 8.2.2960: swap file recovery not sufficiently testedv8.2.2960Yegappan Lakshmanan2021-06-072-0/+102
* patch 8.2.2959: sound_playfile() is not tested on MS-Windowsv8.2.2959Dominique Pelle2021-06-073-14/+13
* patch 8.2.2958: function list test failsv8.2.2958Bram Moolenaar2021-06-073-1/+4
* patch 8.2.2957: using getchar() in Vim9 script is problematicv8.2.2957Bram Moolenaar2021-06-076-5/+70
* patch 8.2.2956: Vim9: need to plan for future additionsv8.2.2956Bram Moolenaar2021-06-063-27/+44
* patch 8.2.2955: Vim9: using filter in compiled command does not workv8.2.2955Bram Moolenaar2021-06-066-5/+63
* patch 8.2.2954: short file name extension for Scala not recognizedv8.2.2954Brennon M2021-06-063-2/+4
* patch 8.2.2953: Vim9: leaking memory when using heredoc scriptv8.2.2953Bram Moolenaar2021-06-062-1/+9
* patch 8.2.2952: recover test fails on big endian systemsv8.2.2952Yegappan Lakshmanan2021-06-063-7/+39
* patch 8.2.2951: Vim9: cannot use heredoc for :python, :lua, etc.v8.2.2951Bram Moolenaar2021-06-067-15/+182
* patch 8.2.2950: sound code not fully testedv8.2.2950Dominique Pelle2021-06-062-3/+38
* patch 8.2.2949: tests failing because no error for float to string conversionv8.2.2949Bram Moolenaar2021-06-0612-19/+46
* patch 8.2.2948: substitute() accepts a number but not a float expressionv8.2.2948Bram Moolenaar2021-06-063-2/+17
* patch 8.2.2947: build failure without the channel featurev8.2.2947Bram Moolenaar2021-06-062-0/+4
* patch 8.2.2946: Vim9: substitute expression cannot be a Listv8.2.2946Bram Moolenaar2021-06-053-1/+10
* patch 8.2.2945: some buffer related code is not testedv8.2.2945Yegappan Lakshmanan2021-06-056-1/+217
* patch 8.2.2944: Vim9: no error when using job or channel as a stringv8.2.2944Bram Moolenaar2021-06-059-34/+76
* patch 8.2.2943: Vim9: check for argument count ignores default valuesv8.2.2943Bram Moolenaar2021-06-052-1/+4
* patch 8.2.2942: Vim9: error when calling function with too few argumentsv8.2.2942Bram Moolenaar2021-06-054-0/+23
* patch 8.2.2941: Vim9: using does not handle a list of stringsv8.2.2941Bram Moolenaar2021-06-053-5/+30
* patch 8.2.2940: MS-Windows: cannot see the size when resizingv8.2.2940K.Takata2021-06-052-6/+57
* patch 8.2.2939: GTK: righthand scrollbar does not show with split windowv8.2.2939Bram Moolenaar2021-06-052-0/+5
* patch 8.2.2938: after using motion force from feedkeys() it sticksv8.2.2938Bram Moolenaar2021-06-043-0/+12
* patch 8.2.2937: popup test fails if rightleft feature not enabledv8.2.2937Dominique Pelle2021-06-042-5/+11
* patch 8.2.2936: Vim9: converting number to bool uses wrong stack offsetv8.2.2936Bram Moolenaar2021-06-046-34/+104
* patch 8.2.2935: calculating register width is not always neededv8.2.2935Bram Moolenaar2021-06-042-8/+14
* patch 8.2.2934: ASAN error when using text from the clipboardv8.2.2934Bram Moolenaar2021-06-042-3/+6
* patch 8.2.2933: when 'clipboard' is "unnamed" zp does not work correctlyv8.2.2933Bram Moolenaar2021-06-044-7/+12
* patch 8.2.2932: select mode test failsv8.2.2932Bram Moolenaar2021-06-034-9/+18
* patch 8.2.2931: Vim9: line continuation comment uses legacy syntaxv8.2.2931Bram Moolenaar2021-06-033-2/+10
* patch 8.2.2930: when a popup is visible a mouse move my restart Visual modev8.2.2930Bram Moolenaar2021-06-034-1/+12
* patch 8.2.2929: accidentally enable tcl by defaultv8.2.2929Bram Moolenaar2021-06-022-1/+3
* patch 8.2.2928: the evalfunc.c file is too bigv8.2.2928Yegappan Lakshmanan2021-06-0214-547/+544
* patch 8.2.2927: test commented out because it fails with ASANv8.2.2927Bram Moolenaar2021-06-022-12/+16
* patch 8.2.2926: Vim9: no good error for using :legacy in a :def functionv8.2.2926Bram Moolenaar2021-06-024-0/+34
* patch 8.2.2925: Vim9: line continuation comment uses legacy syntaxv8.2.2925Bram Moolenaar2021-06-023-1/+22
* patch 8.2.2924: superfluous extern declarationv8.2.2924K.Takata2021-06-022-2/+2
* patch 8.2.2923: EBCDIC build is brokenv8.2.2923K.Takata2021-06-024-28/+30
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-0243-90/+80
* patch 8.2.2921: E704 for script local variable is not backwards compatiblev8.2.2921Bram Moolenaar2021-06-023-4/+13
* patch 8.2.2920: still a way to shadow a builtin functionv8.2.2920Bram Moolenaar2021-06-015-6/+28
* patch 8.2.2919: using ":!command" does not work if it uses posix_spawn()v8.2.2919Bram Moolenaar2021-06-012-5/+2
* patch 8.2.2918: builtin function can be shadowed by global variablev8.2.2918Bram Moolenaar2021-05-313-0/+17
* patch 8.2.2917: spellfile functionality not fully testedv8.2.2917Dominique Pelle2021-05-312-0/+58
* patch 8.2.2916: operators are not fully testedv8.2.2916Yegappan Lakshmanan2021-05-315-1/+166
* patch 8.2.2915: MS-Windows: when using "default" for encoding utf-8 is usedv8.2.2915K.Takata2021-05-313-3/+11