summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2858: test fails because of changed error messagev8.2.2858Bram Moolenaar2021-05-162-2/+4
* patch 8.2.2857: Vim9: exception in ISN_INSTR caught at wrong levelv8.2.2857Bram Moolenaar2021-05-165-4/+23
* Update runtime filesBram Moolenaar2021-05-1619-74/+243
* patch 8.2.2856: get readonly error for device that can't be written tov8.2.2856Bram Moolenaar2021-05-153-2/+21
* patch 8.2.2855: white space after "->" does not give E274v8.2.2855Bram Moolenaar2021-05-153-3/+14
* patch 8.2.2854: custom statusline cannot contain % itemsv8.2.2854shadmansaleh2021-05-155-5/+106
* patch 8.2.2853: window is not updated after using <Cmd> mappingv8.2.2853Bram Moolenaar2021-05-152-3/+8
* patch 8.2.2852: configure can add --as-needed a second timev8.2.2852Natanael Copa2021-05-153-2/+8
* patch 8.2.2851: using <Cmd> mapping on the command line triggers CmdlineChangedv8.2.2851Bram Moolenaar2021-05-153-3/+32
* patch 8.2.2850: recalling commands from history is not testedv8.2.2850obcat2021-05-132-0/+50
* patch 8.2.2849: bufwrite not sufficiently testedv8.2.2849Yegappan Lakshmanan2021-05-133-0/+214
* patch 8.2.2848: crash whn calling partialv8.2.2848Dominique Pelle2021-05-135-8/+18
* patch 8.2.2847: Perl not tested sufficientlyv8.2.2847Dominique Pelle2021-05-103-2/+31
* patch 8.2.2846: Vim9: "echo Func()" does not give an error for using voidv8.2.2846Bram Moolenaar2021-05-099-9/+65
* patch 8.2.2845: MS-Windows: warning for signed/unsigned comparisonv8.2.2845Bram Moolenaar2021-05-082-2/+4
* patch 8.2.2844: Vim9: memory leak when using searchpair()v8.2.2844Bram Moolenaar2021-05-072-1/+6
* patch 8.2.2843: Vim9: skip argument to searchpairpos() is not compiledv8.2.2843Bram Moolenaar2021-05-073-2/+29
* patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar2021-05-0718-17/+235
* patch 8.2.2841: MS-Windows: cursor wrong when 'lz' and 'stl' are setv8.2.2841matveyt2021-05-072-3/+5
* patch 8.2.2840: Vim9: member operation not fully testedv8.2.2840Bram Moolenaar2021-05-063-21/+45
* patch 8.2.2839: default redirection missing "ash" and "dash"v8.2.2839Natanael Copa2021-05-063-4/+9
* patch 8.2.2838: file extension .wrap not recognizedv8.2.2838Liam Beguin2021-05-063-1/+4
* patch 8.2.2837: various code lines not covered by testsv8.2.2837Dominique Pelle2021-05-067-0/+49
* patch 8.2.2836: build failure without the +quickfix featurev8.2.2836Bram Moolenaar2021-05-054-1/+18
* patch 8.2.2835: Vim9: leaking memory in :cexprv8.2.2835Bram Moolenaar2021-05-052-0/+3
* patch 8.2.2834: Vim9: :cexpr does not work with local variablesv8.2.2834Bram Moolenaar2021-05-058-53/+205
* patch 8.2.2833: two key command cancelled by moving mouse when using popupv8.2.2833Bram Moolenaar2021-05-052-1/+5
* patch 8.2.2832: operator cancelled by moving mouse when using popupv8.2.2832Bram Moolenaar2021-05-042-2/+5
* patch 8.2.2831: Vim9: expandcmd() not testedv8.2.2831Bram Moolenaar2021-05-032-0/+9
* patch 8.2.2830: terminal colors are not updated when 'background' is setv8.2.2830Bram Moolenaar2021-05-034-7/+27
* patch 8.2.2829: some comments are not correct or clearv8.2.2829Bram Moolenaar2021-05-035-5/+16
* patch 8.2.2828: Coverity complains about not checking rename() return valuev8.2.2828Bram Moolenaar2021-05-032-1/+3
* patch 8.2.2827: test file was not deletedv8.2.2827Dominique Pelle2021-05-032-2/+4
* patch 8.2.2826: compiler warnings for int to size_t conversionv8.2.2826Bram Moolenaar2021-05-033-2/+4
* patch 8.2.2825: code in checkreadonly() not fully testedv8.2.2825Dominique Pelle2021-05-022-0/+57
* patch 8.2.2824: MS-Windows: build failure with MSVCv8.2.2824Bram Moolenaar2021-05-024-4/+18
* Update runtime filesBram Moolenaar2021-05-0220-198/+425
* patch 8.2.2823: MS-Windows: launching Vim from installer doesn't open READMEv8.2.2823Bram Moolenaar2021-05-022-1/+3
* patch 8.2.2822: MS-Windows: unnessarily loading libraries when unregisteringv8.2.2822Bram Moolenaar2021-05-014-5/+16
* patch 8.2.2821: MS-Windows: unnessarily loading libraries when registering OLEv8.2.2821Bram Moolenaar2021-05-014-0/+21
* patch 8.2.2820: session file may divide by zerov8.2.2820Bram Moolenaar2021-04-303-3/+27
* patch 8.2.2819: finishing an abbreviation with multi-byte char may not workv8.2.2819Bram Moolenaar2021-04-303-1/+25
* patch 8.2.2818: no jump added when opening terminal in current windowv8.2.2818Bram Moolenaar2021-04-293-0/+10
* patch 8.2.2817: Vim9: script sourcing continues after an errorv8.2.2817Bram Moolenaar2021-04-285-7/+28
* patch 8.2.2816: Vim9: comment below expression in lambda causes problemsv8.2.2816Bram Moolenaar2021-04-283-3/+23
* patch 8.2.2815: status line flickers when redrawing popup menu infov8.2.2815Bram Moolenaar2021-04-272-0/+11
* patch 8.2.2814: Vim9: unused variablev8.2.2814Bram Moolenaar2021-04-262-2/+4
* patch 8.2.2813: cannot grep using fuzzy matchingv8.2.2813Yegappan Lakshmanan2021-04-268-62/+160
* patch 8.2.2812: Vim9: still crash when using substitute expressionv8.2.2812Bram Moolenaar2021-04-264-11/+15
* patch 8.2.2811: Vim9: error for missing white space doesn't say wherev8.2.2811Bram Moolenaar2021-04-254-8/+21