summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-05-02patch 8.2.2823: MS-Windows: launching Vim from installer doesn't open READMEv8.2.2823Bram Moolenaar
2021-05-01patch 8.2.2822: MS-Windows: unnessarily loading libraries when unregisteringv8.2.2822Bram Moolenaar
2021-05-01patch 8.2.2821: MS-Windows: unnessarily loading libraries when registering OLEv8.2.2821Bram Moolenaar
2021-04-30patch 8.2.2820: session file may divide by zerov8.2.2820Bram Moolenaar
2021-04-30patch 8.2.2819: finishing an abbreviation with multi-byte char may not workv8.2.2819Bram Moolenaar
2021-04-29patch 8.2.2818: no jump added when opening terminal in current windowv8.2.2818Bram Moolenaar
2021-04-28patch 8.2.2817: Vim9: script sourcing continues after an errorv8.2.2817Bram Moolenaar
2021-04-28patch 8.2.2816: Vim9: comment below expression in lambda causes problemsv8.2.2816Bram Moolenaar
2021-04-27patch 8.2.2815: status line flickers when redrawing popup menu infov8.2.2815Bram Moolenaar
2021-04-26patch 8.2.2814: Vim9: unused variablev8.2.2814Bram Moolenaar
2021-04-26patch 8.2.2813: cannot grep using fuzzy matchingv8.2.2813Yegappan Lakshmanan
2021-04-26patch 8.2.2812: Vim9: still crash when using substitute expressionv8.2.2812Bram Moolenaar
2021-04-25patch 8.2.2811: Vim9: error for missing white space doesn't say wherev8.2.2811Bram Moolenaar
2021-04-25patch 8.2.2810: Vim9: crash when calling a function in a substitute expressionv8.2.2810Bram Moolenaar
2021-04-25patch 8.2.2809: Vim9: :def function compilation fails when using :legacyv8.2.2809Bram Moolenaar
2021-04-24patch 8.2.2808: Vim9: increment and decrement not sufficiently testedv8.2.2808Bram Moolenaar
2021-04-24patch 8.2.2807: build fails with tiny featuresv8.2.2807Bram Moolenaar
2021-04-24patch 8.2.2806: Vim9: using "++nr" as a command might not workv8.2.2806Bram Moolenaar
2021-04-24patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 scriptv8.2.2805Bram Moolenaar
2021-04-24patch 8.2.2804: setting buffer local mapping with mapset() changes globalv8.2.2804Bram Moolenaar
2021-04-23patch 8.2.2803: flicker when the popup menu has an info popupv8.2.2803Bram Moolenaar
2021-04-23patch 8.2.2802: Vim9: illegal memory accessv8.2.2802Bram Moolenaar
2021-04-23patch 8.2.2801: free Pascal makefile not recognizedv8.2.2801Bram Moolenaar
2021-04-22patch 8.2.2800: after a timer displays text a hit-enter prompt is givenv8.2.2800Bram Moolenaar
2021-04-21Update runtime filesBram Moolenaar
2021-04-21patch 8.2.2799: Vim9: type casts don't fully work at the script levelv8.2.2799Bram Moolenaar
2021-04-21patch 8.2.2798: Vim9: redir to variable with append does not accept an indexv8.2.2798Bram Moolenaar
2021-04-21patch 8.2.2797: Search highlight disappears in the Visual areav8.2.2797Bram Moolenaar
2021-04-21patch 8.2.2796: Vim9: redir to variable does not accept an indexv8.2.2796Bram Moolenaar
2021-04-21patch 8.2.2795: Coverity warns for not using return valuev8.2.2795Bram Moolenaar
2021-04-21patch 8.2.2794: Linux users don't know how to get ncursesv8.2.2794Bram Moolenaar
2021-04-21patch 8.2.2793: MS-Windows: string literals are writable with MSVCv8.2.2793Bram Moolenaar
2021-04-20patch 8.2.2792: Vim9: :disas shows instructions for default args but no textv8.2.2792Bram Moolenaar
2021-04-20patch 8.2.2791: Vim9: memory leak when using \=expr in :substitutev8.2.2791Bram Moolenaar
2021-04-20patch 8.2.2790: filetype test failsv8.2.2790Bram Moolenaar
2021-04-20patch 8.2.2789: Vim9: using \=expr in :substitute does not handle jumpsv8.2.2789Bram Moolenaar
2021-04-20patch 8.2.2788: Raku is now the only name what once was called perl6v8.2.2788Bram Moolenaar
2021-04-20patch 8.2.2787: MS-Windows: crash when using :echoconsolev8.2.2787Bram Moolenaar
2021-04-19patch 8.2.2786: Vim9: memory leak when using :s with expressionv8.2.2786Bram Moolenaar
2021-04-19patch 8.2.2785: Vim9: cannot redirect to local variablev8.2.2785Bram Moolenaar
2021-04-19patch 8.2.2784: Vim9: cannot use \=expr in :substitutev8.2.2784Bram Moolenaar
2021-04-18patch 8.2.2783: duplicate code for setting byte in blob, blob test may failv8.2.2783Bram Moolenaar
2021-04-18patch 8.2.2782: Vim9: blob operations not fully testedv8.2.2782Bram Moolenaar
2021-04-18patch 8.2.2781: add() silently skips when adding to null list or blobv8.2.2781Bram Moolenaar
2021-04-18patch 8.2.2780: Vim9: for loop over blob doesn't workv8.2.2780Bram Moolenaar
2021-04-17patch 8.2.2779: memory access error in remove() for blobv8.2.2779Bram Moolenaar
2021-04-17patch 8.2.2778: problem restoring 'packpath' in sessionv8.2.2778Bram Moolenaar
2021-04-17patch 8.2.2777: Vim9: blob operations not tested in all waysv8.2.2777Bram Moolenaar
2021-04-17patch 8.2.2776: :mksession uses current value of 'splitbelow' and 'splitright'v8.2.2776Bram Moolenaar
2021-04-17patch 8.2.2775: Vim9: wrong line number used for some commandsv8.2.2775Bram Moolenaar