summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2021-04-17patch 8.2.2774: Vim9: cannot import an existing name even when using "as"v8.2.2774Bram Moolenaar
2021-04-17Update runtime files.Bram Moolenaar
2021-04-17patch 8.2.2773: PSL filetype not recognizedv8.2.2773Bram Moolenaar
2021-04-16patch 8.2.2772: problems when restoring 'runtimepath' from a session filev8.2.2772Bram Moolenaar
2021-04-15patch 8.2.2771: Vim9: assignment not recognized if declaration was skippedv8.2.2771Bram Moolenaar
2021-04-15patch 8.2.2770: Vim9: type of loop variable is not usedv8.2.2770Bram Moolenaar
2021-04-15patch 8.2.2769: Modula-3 config files are not recognizedv8.2.2769Bram Moolenaar
2021-04-15patch 8.2.2768: Vim9: memory leak with blob range errorv8.2.2768Bram Moolenaar
2021-04-14patch 8.2.2767: compiler warning for unused argumentv8.2.2767Bram Moolenaar
2021-04-14patch 8.2.2766: test failurev8.2.2766Bram Moolenaar
2021-04-14patch 8.2.2765: Vim9: not all blob operations workv8.2.2765Bram Moolenaar
2021-04-14patch 8.2.2764: memory leak when default function argument is allocatedv8.2.2764Bram Moolenaar
2021-04-14patch 8.2.2763: Vim9: cannot use type in for loop unpack at script levelv8.2.2763Bram Moolenaar
2021-04-14patch 8.2.2762: Vim9: function line truncated when compilingv8.2.2762Bram Moolenaar
2021-04-14patch 8.2.2761: using "syn include" does not work properlyv8.2.2761Bram Moolenaar
2021-04-13patch 8.2.2760: Vim9: no error for changing a for loop variablev8.2.2760Bram Moolenaar
2021-04-13patch 8.2.2759: Vim9: for loop infers type of loop variablev8.2.2759Bram Moolenaar
2021-04-12patch 8.2.2758: Vim9: wrong line number for autoload function with wrong namev8.2.2758Bram Moolenaar
2021-04-12patch 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separatev8.2.2757Bram Moolenaar
2021-04-11patch 8.2.2756: Vim9: blob index and slice not implemented yetv8.2.2756Bram Moolenaar
2021-04-11patch 8.2.2755: Vim9: no error for using a number in a conditionv8.2.2755Bram Moolenaar
2021-04-11patch 8.2.2754: :sleep! does not always hide the cursorv8.2.2754Bram Moolenaar