summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.2914: cannot paste a block without adding paddingv8.2.2914Christian Brabandt2021-05-308-10/+56
* Update runtime filesBram Moolenaar2021-05-3091-223/+320
* patch 8.2.2913: MS-Windows conpty supports using mouse eventsv8.2.2913Wez Furlong2021-05-302-7/+29
* patch 8.2.2912: MS-Windows: most users expect using Unicodev8.2.2912K.Takata2021-05-306-5/+19
* patch 8.2.2911: pattern "\%V" does not match all of block selectionv8.2.2911Bram Moolenaar2021-05-304-1/+35
* patch 8.2.2910: test for cmdline window and terminal fails on MS-Windowsv8.2.2910Bram Moolenaar2021-05-302-0/+3
* patch 8.2.2909: build error with non-Unix systemv8.2.2909Bram Moolenaar2021-05-302-3/+5
* patch 8.2.2908: crash when using a terminal popup window from cmdline windowv8.2.2908Bram Moolenaar2021-05-305-0/+37
* patch 8.2.2907: memory leak when running out of memoryv8.2.2907Dominique Pelle2021-05-292-0/+3
* patch 8.2.2906: ASAN reports errors for test_startupv8.2.2906Bram Moolenaar2021-05-292-11/+14
* patch 8.2.2905: no error when defaults.vim cannot be loadedv8.2.2905Christian Brabandt2021-05-295-3/+26
* patch 8.2.2904: "g$" causes scroll if half a double width char is visiblev8.2.2904Bram Moolenaar2021-05-293-3/+38
* patch 8.2.2903: cursor position wrong on wrapped line with 'signcolumn'v8.2.2903Bram Moolenaar2021-05-293-0/+25
* patch 8.2.2902: spellfile functionality not fully testedv8.2.2902Dominique Pelle2021-05-292-2/+95
* patch 8.2.2901: some operators not fully testedv8.2.2901Bram Moolenaar2021-05-296-12/+167
* patch 8.2.2900: QuitPre is triggered before :wq writes the filev8.2.2900Bram Moolenaar2021-05-293-8/+31
* patch 8.2.2899: Appveyor script does not detect nmake failurev8.2.2899K.Takata2021-05-292-6/+16
* patch 8.2.2898: QuitPre and ExitPre not triggered when GUI window is closedv8.2.2898Bram Moolenaar2021-05-294-5/+9
* patch 8.2.2897: Vim9: can use reserved words at the script levelv8.2.2897Bram Moolenaar2021-05-286-19/+39
* patch 8.2.2896: spellfile functionality not fully testedv8.2.2896Dominique Pelle2021-05-282-0/+68
* patch 8.2.2895: Vim9: random characters appear in some error messagesv8.2.2895mityu2021-05-284-9/+63
* patch 8.2.2894: MS-Windows: using enc_locale() for strftime() might not workv8.2.2894K.Takata2021-05-282-1/+17
* patch 8.2.2893: multi-byte text in popup title shows up wrongv8.2.2893Ralf Schandl2021-05-285-8/+69
* patch 8.2.2892: error message contains random charactersv8.2.2892mityu2021-05-283-2/+11
* patch 8.2.2891: cannot build with Perl 5.34v8.2.2891ichizok2021-05-272-1/+32
* patch 8.2.2890: text property duplicated when data block splitsv8.2.2890Bram Moolenaar2021-05-264-2/+29
* patch 8.2.2889: typo and verbose comment in Makefilesv8.2.2889K.Takata2021-05-263-2/+4
* patch 8.2.2888: Vim9: "k" command recognized in Vim9 scriptv8.2.2888Bram Moolenaar2021-05-264-7/+50
* patch 8.2.2887: crash when passing null string to fullcommand()v8.2.2887Bram Moolenaar2021-05-263-3/+9
* patch 8.2.2886: various pieces of code not covered by testsv8.2.2886Yegappan Lakshmanan2021-05-259-0/+53
* patch 8.2.2885: searching for \%'> does not match linewise end of linev8.2.2885Bram Moolenaar2021-05-244-17/+54