summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.2810: Vim9: crash when calling a function in a substitute expressionv8.2.2810Bram Moolenaar2021-04-253-1/+30
* patch 8.2.2809: Vim9: :def function compilation fails when using :legacyv8.2.2809Bram Moolenaar2021-04-253-0/+17
* patch 8.2.2808: Vim9: increment and decrement not sufficiently testedv8.2.2808Bram Moolenaar2021-04-242-3/+11
* patch 8.2.2807: build fails with tiny featuresv8.2.2807Bram Moolenaar2021-04-242-0/+3
* patch 8.2.2806: Vim9: using "++nr" as a command might not workv8.2.2806Bram Moolenaar2021-04-2410-27/+97
* patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 scriptv8.2.2805Bram Moolenaar2021-04-2411-28/+64
* patch 8.2.2804: setting buffer local mapping with mapset() changes globalv8.2.2804Bram Moolenaar2021-04-243-6/+43
* patch 8.2.2803: flicker when the popup menu has an info popupv8.2.2803Bram Moolenaar2021-04-235-10/+43
* patch 8.2.2802: Vim9: illegal memory accessv8.2.2802Bram Moolenaar2021-04-233-2/+15
* patch 8.2.2801: free Pascal makefile not recognizedv8.2.2801Bram Moolenaar2021-04-233-0/+6
* patch 8.2.2800: after a timer displays text a hit-enter prompt is givenv8.2.2800Bram Moolenaar2021-04-223-0/+31
* Update runtime filesBram Moolenaar2021-04-2124-2410/+2367
* patch 8.2.2799: Vim9: type casts don't fully work at the script levelv8.2.2799Bram Moolenaar2021-04-213-9/+101
* patch 8.2.2798: Vim9: redir to variable with append does not accept an indexv8.2.2798Bram Moolenaar2021-04-213-25/+44
* patch 8.2.2797: Search highlight disappears in the Visual areav8.2.2797Bram Moolenaar2021-04-214-0/+31
* patch 8.2.2796: Vim9: redir to variable does not accept an indexv8.2.2796Bram Moolenaar2021-04-213-13/+64
* patch 8.2.2795: Coverity warns for not using return valuev8.2.2795Bram Moolenaar2021-04-212-3/+7
* patch 8.2.2794: Linux users don't know how to get ncursesv8.2.2794Bram Moolenaar2021-04-213-0/+4
* patch 8.2.2793: MS-Windows: string literals are writable with MSVCv8.2.2793Bram Moolenaar2021-04-213-6/+9
* patch 8.2.2792: Vim9: :disas shows instructions for default args but no textv8.2.2792Bram Moolenaar2021-04-203-2/+25