summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-03-22patch 8.2.2638: cannot write a message to the terminal from the GUIv8.2.2638Bram Moolenaar
2021-03-21patch 8.2.2637: prop_remove() causes a redraw even when nothing changedv8.2.2637Bram Moolenaar
2021-03-21patch 8.2.2636: memory leak when compiling inline functionv8.2.2636Bram Moolenaar
2021-03-21patch 8.2.2635: Vim9: cannot define an inline functionv8.2.2635Bram Moolenaar
2021-03-21patch 8.2.2634: 'tagfunc' does not indicate using a patternv8.2.2634Bram Moolenaar
2021-03-21patch 8.2.2633: multi-byte 'fillchars' for folding do not show properlyv8.2.2633Bram Moolenaar
2021-03-20patch 8.2.2632: not all command line arguments are testedv8.2.2632Bram Moolenaar
2021-03-20patch 8.2.2631: commands from winrestcmd() do not always work properlyv8.2.2631Bram Moolenaar
2021-03-20patch 8.2.2630: hard to see where a test gets stuckv8.2.2630Bram Moolenaar
2021-03-20patch 8.2.2629: Vim9: error for #{{ is not desiredv8.2.2629Bram Moolenaar
2021-03-20patch 8.2.2628: Vim9: #{ can still be used at the script levelv8.2.2628Bram Moolenaar
2021-03-20patch 8.2.2627: no need to check for BSD after checking for not rootv8.2.2627Bram Moolenaar
2021-03-20patch 8.2.2626: GTK3: error when starting up and -geometry is givenv8.2.2626Bram Moolenaar
2021-03-19patch 8.2.2625: rss files not recognizedv8.2.2625Bram Moolenaar
2021-03-19patch 8.2.2624: atom files not recognizedv8.2.2624Bram Moolenaar
2021-03-19patch 8.2.2623: some tests fail when run as rootv8.2.2623Bram Moolenaar
2021-03-18patch 8.2.2622: GTK: error when starting up and -geometry is givenv8.2.2622Bram Moolenaar
2021-03-18patch 8.2.2621: typval2type() cannot handle recursive structuresv8.2.2621Bram Moolenaar
2021-03-18patch 8.2.2620: Vim9: Using #{ for a dictionary gives strange errorsv8.2.2620Bram Moolenaar
2021-03-17patch 8.2.2619: Vim9: no test for return type of lambdav8.2.2619Bram Moolenaar
2021-03-17patch 8.2.2618: Vim9: cannot use a normal list name to store function refsv8.2.2618Bram Moolenaar
2021-03-17patch 8.2.2617: Vim9: script variable in block not found by functionv8.2.2617Bram Moolenaar
2021-03-17patch 8.2.2616: Vim9: if 'cpo' is change in Vim9 script it may be restoredv8.2.2616Bram Moolenaar
2021-03-17patch 8.2.2615: test is sourcing the wrong filev8.2.2615Bram Moolenaar
2021-03-17patch 8.2.2614: Vim9: function is deleted while executingv8.2.2614Bram Moolenaar
2021-03-17patch 8.2.2613: new test throws exceptionv8.2.2613Bram Moolenaar
2021-03-17patch 8.2.2612: col('.') may get outdated column valuev8.2.2612Bram Moolenaar
2021-03-17patch 8.2.2611: conditions for startup tests are not exactly rightv8.2.2611Bram Moolenaar
2021-03-16patch 8.2.2610: mouse click test fails when using remote connectionv8.2.2610Bram Moolenaar
2021-03-16patch 8.2.2609: test disabled on MS-Windows even though it should workv8.2.2609Bram Moolenaar
2021-03-15patch 8.2.2608: character input not fully testedv8.2.2608Bram Moolenaar
2021-03-14patch 8.2.2607: strcharpart() cannot include composing charactersv8.2.2607Bram Moolenaar
2021-03-14patch 8.2.2606: strchars() defaults to counting composing charactersv8.2.2606Bram Moolenaar
2021-03-14patch 8.2.2605: Vim9: string index and slice does not include composing charsv8.2.2605Bram Moolenaar
2021-03-14patch 8.2.2604: GUI-specific command line arguments not testedv8.2.2604Bram Moolenaar
2021-03-14patch 8.2.2603: Vim9: no effect if user command is also a functionv8.2.2603Bram Moolenaar
2021-03-14patch 8.2.2602: Vim9: continue doesn't work if :while is very first commandv8.2.2602Bram Moolenaar
2021-03-13patch 8.2.2601: memory usage test often fails on FreeBSDv8.2.2601Bram Moolenaar
2021-03-13patch 8.2.2600: Vim9: crash when putting an unknown type in a dictionaryv8.2.2600Bram Moolenaar
2021-03-13patch 8.2.2599: build failurev8.2.2599Bram Moolenaar
2021-03-13patch 8.2.2598: Vim9: :open does not need to be supportedv8.2.2598Bram Moolenaar
2021-03-13patch 8.2.2597: Vim9: "import * as" does not work at script levelv8.2.2597Bram Moolenaar
2021-03-13patch 8.2.2596: :doautocmd may confuse scripts listening to WinEnterv8.2.2596Bram Moolenaar
2021-03-13patch 8.2.2595: setting 'winminheight' may cause 'lines' to changev8.2.2595Bram Moolenaar
2021-03-13patch 8.2.2594: alternate buffer added to session file even when it's hiddenv8.2.2594Bram Moolenaar
2021-03-13patch 8.2.2593: list of distributed files is incompletev8.2.2593Bram Moolenaar
2021-03-13Update runtime files.Bram Moolenaar
2021-03-13patch 8.2.2592: code coverage could be improvedv8.2.2592Bram Moolenaar
2021-03-12patch 8.2.2591: Poke files are not recognizedv8.2.2591Bram Moolenaar
2021-03-11patch 8.2.2590: Vim9: default argument value may cause internal errorv8.2.2590Bram Moolenaar