summaryrefslogtreecommitdiff
path: root/src/version.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2839: default redirection missing "ash" and "dash"v8.2.2839Natanael Copa2021-05-061-0/+2
* patch 8.2.2838: file extension .wrap not recognizedv8.2.2838Liam Beguin2021-05-061-0/+2
* patch 8.2.2837: various code lines not covered by testsv8.2.2837Dominique Pelle2021-05-061-0/+2
* patch 8.2.2836: build failure without the +quickfix featurev8.2.2836Bram Moolenaar2021-05-051-0/+2
* patch 8.2.2835: Vim9: leaking memory in :cexprv8.2.2835Bram Moolenaar2021-05-051-0/+2
* patch 8.2.2834: Vim9: :cexpr does not work with local variablesv8.2.2834Bram Moolenaar2021-05-051-0/+2
* patch 8.2.2833: two key command cancelled by moving mouse when using popupv8.2.2833Bram Moolenaar2021-05-051-0/+2
* patch 8.2.2832: operator cancelled by moving mouse when using popupv8.2.2832Bram Moolenaar2021-05-041-0/+2
* patch 8.2.2831: Vim9: expandcmd() not testedv8.2.2831Bram Moolenaar2021-05-031-0/+2
* patch 8.2.2830: terminal colors are not updated when 'background' is setv8.2.2830Bram Moolenaar2021-05-031-0/+2
* patch 8.2.2829: some comments are not correct or clearv8.2.2829Bram Moolenaar2021-05-031-0/+2
* patch 8.2.2828: Coverity complains about not checking rename() return valuev8.2.2828Bram Moolenaar2021-05-031-0/+2
* patch 8.2.2827: test file was not deletedv8.2.2827Dominique Pelle2021-05-031-0/+2
* patch 8.2.2826: compiler warnings for int to size_t conversionv8.2.2826Bram Moolenaar2021-05-031-0/+2
* patch 8.2.2825: code in checkreadonly() not fully testedv8.2.2825Dominique Pelle2021-05-021-0/+2
* patch 8.2.2824: MS-Windows: build failure with MSVCv8.2.2824Bram Moolenaar2021-05-021-0/+2
* patch 8.2.2823: MS-Windows: launching Vim from installer doesn't open READMEv8.2.2823Bram Moolenaar2021-05-021-0/+2
* patch 8.2.2822: MS-Windows: unnessarily loading libraries when unregisteringv8.2.2822Bram Moolenaar2021-05-011-0/+2
* patch 8.2.2821: MS-Windows: unnessarily loading libraries when registering OLEv8.2.2821Bram Moolenaar2021-05-011-0/+2
* patch 8.2.2820: session file may divide by zerov8.2.2820Bram Moolenaar2021-04-301-0/+2
* patch 8.2.2819: finishing an abbreviation with multi-byte char may not workv8.2.2819Bram Moolenaar2021-04-301-0/+2
* patch 8.2.2818: no jump added when opening terminal in current windowv8.2.2818Bram Moolenaar2021-04-291-0/+2
* patch 8.2.2817: Vim9: script sourcing continues after an errorv8.2.2817Bram Moolenaar2021-04-281-0/+2
* patch 8.2.2816: Vim9: comment below expression in lambda causes problemsv8.2.2816Bram Moolenaar2021-04-281-0/+2
* patch 8.2.2815: status line flickers when redrawing popup menu infov8.2.2815Bram Moolenaar2021-04-271-0/+2
* patch 8.2.2814: Vim9: unused variablev8.2.2814Bram Moolenaar2021-04-261-0/+2
* patch 8.2.2813: cannot grep using fuzzy matchingv8.2.2813Yegappan Lakshmanan2021-04-261-0/+2
* patch 8.2.2812: Vim9: still crash when using substitute expressionv8.2.2812Bram Moolenaar2021-04-261-0/+2
* patch 8.2.2811: Vim9: error for missing white space doesn't say wherev8.2.2811Bram Moolenaar2021-04-251-0/+2
* patch 8.2.2810: Vim9: crash when calling a function in a substitute expressionv8.2.2810Bram Moolenaar2021-04-251-0/+2
* patch 8.2.2809: Vim9: :def function compilation fails when using :legacyv8.2.2809Bram Moolenaar2021-04-251-0/+2
* patch 8.2.2808: Vim9: increment and decrement not sufficiently testedv8.2.2808Bram Moolenaar2021-04-241-0/+2
* patch 8.2.2807: build fails with tiny featuresv8.2.2807Bram Moolenaar2021-04-241-0/+2
* patch 8.2.2806: Vim9: using "++nr" as a command might not workv8.2.2806Bram Moolenaar2021-04-241-0/+2
* patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 scriptv8.2.2805Bram Moolenaar2021-04-241-0/+2
* patch 8.2.2804: setting buffer local mapping with mapset() changes globalv8.2.2804Bram Moolenaar2021-04-241-0/+2
* patch 8.2.2803: flicker when the popup menu has an info popupv8.2.2803Bram Moolenaar2021-04-231-0/+2
* patch 8.2.2802: Vim9: illegal memory accessv8.2.2802Bram Moolenaar2021-04-231-0/+2
* patch 8.2.2801: free Pascal makefile not recognizedv8.2.2801Bram Moolenaar2021-04-231-0/+2
* patch 8.2.2800: after a timer displays text a hit-enter prompt is givenv8.2.2800Bram Moolenaar2021-04-221-0/+2
* patch 8.2.2799: Vim9: type casts don't fully work at the script levelv8.2.2799Bram Moolenaar2021-04-211-0/+2
* patch 8.2.2798: Vim9: redir to variable with append does not accept an indexv8.2.2798Bram Moolenaar2021-04-211-0/+2
* patch 8.2.2797: Search highlight disappears in the Visual areav8.2.2797Bram Moolenaar2021-04-211-0/+2
* patch 8.2.2796: Vim9: redir to variable does not accept an indexv8.2.2796Bram Moolenaar2021-04-211-0/+2
* patch 8.2.2795: Coverity warns for not using return valuev8.2.2795Bram Moolenaar2021-04-211-0/+2
* patch 8.2.2794: Linux users don't know how to get ncursesv8.2.2794Bram Moolenaar2021-04-211-0/+2
* patch 8.2.2793: MS-Windows: string literals are writable with MSVCv8.2.2793Bram Moolenaar2021-04-211-0/+2
* patch 8.2.2792: Vim9: :disas shows instructions for default args but no textv8.2.2792Bram Moolenaar2021-04-201-0/+2
* patch 8.2.2791: Vim9: memory leak when using \=expr in :substitutev8.2.2791Bram Moolenaar2021-04-201-0/+2
* patch 8.2.2790: filetype test failsv8.2.2790Bram Moolenaar2021-04-201-0/+2