summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.2791: Vim9: memory leak when using \=expr in :substitutev8.2.2791Bram Moolenaar2021-04-202-5/+5
* patch 8.2.2790: filetype test failsv8.2.2790Bram Moolenaar2021-04-202-4/+6
* patch 8.2.2789: Vim9: using \=expr in :substitute does not handle jumpsv8.2.2789Bram Moolenaar2021-04-203-38/+60
* patch 8.2.2788: Raku is now the only name what once was called perl6v8.2.2788Bram Moolenaar2021-04-203-6/+7
* patch 8.2.2787: MS-Windows: crash when using :echoconsolev8.2.2787Bram Moolenaar2021-04-202-2/+6
* patch 8.2.2786: Vim9: memory leak when using :s with expressionv8.2.2786Bram Moolenaar2021-04-192-2/+11
* patch 8.2.2785: Vim9: cannot redirect to local variablev8.2.2785Bram Moolenaar2021-04-199-97/+335
* patch 8.2.2784: Vim9: cannot use \=expr in :substitutev8.2.2784Bram Moolenaar2021-04-1911-705/+996
* patch 8.2.2783: duplicate code for setting byte in blob, blob test may failv8.2.2783Bram Moolenaar2021-04-183-16/+4
* patch 8.2.2782: Vim9: blob operations not fully testedv8.2.2782Bram Moolenaar2021-04-184-103/+255
* patch 8.2.2781: add() silently skips when adding to null list or blobv8.2.2781Bram Moolenaar2021-04-186-20/+101
* patch 8.2.2780: Vim9: for loop over blob doesn't workv8.2.2780Bram Moolenaar2021-04-184-33/+72
* patch 8.2.2779: memory access error in remove() for blobv8.2.2779Bram Moolenaar2021-04-172-2/+5
* patch 8.2.2778: problem restoring 'packpath' in sessionv8.2.2778Bram Moolenaar2021-04-174-8/+15
* patch 8.2.2777: Vim9: blob operations not tested in all waysv8.2.2777Bram Moolenaar2021-04-178-96/+233
* patch 8.2.2776: :mksession uses current value of 'splitbelow' and 'splitright'v8.2.2776Bram Moolenaar2021-04-173-28/+65
* patch 8.2.2775: Vim9: wrong line number used for some commandsv8.2.2775Bram Moolenaar2021-04-175-5/+46
* patch 8.2.2774: Vim9: cannot import an existing name even when using "as"v8.2.2774Bram Moolenaar2021-04-173-1/+6
* Update runtime files.Bram Moolenaar2021-04-1729-170/+761
* patch 8.2.2773: PSL filetype not recognizedv8.2.2773Bram Moolenaar2021-04-173-4/+10