summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-06-24patch 8.2.1050: missing change in structv8.2.1050Bram Moolenaar
2020-06-24patch 8.2.1049: Vim9: leaking memory when using continuation linev8.2.1049Bram Moolenaar
2020-06-24patch 8.2.1048: build failure without the eval featurev8.2.1048Bram Moolenaar
2020-06-24patch 8.2.1047: Vim9: script cannot use line continuation like :def functionv8.2.1047Bram Moolenaar
2020-06-24patch 8.2.1046: insufficient tests for src/buffer.cv8.2.1046Bram Moolenaar
2020-06-23patch 8.2.1045: Vim9: line break before operator does not workv8.2.1045Bram Moolenaar
2020-06-23patch 8.2.1044: not all systemd file types are recognizedv8.2.1044Bram Moolenaar
2020-06-23patch 8.2.1043: %a item in 'statusline' not testedv8.2.1043Bram Moolenaar
2020-06-22patch 8.2.1042: Vim9: cannot put an operator on the next linev8.2.1042Bram Moolenaar
2020-06-22patch 8.2.1041: test summary is missing executed countv8.2.1041Bram Moolenaar
2020-06-22patch 8.2.1040: not enough testing for movement commandsv8.2.1040Bram Moolenaar
2020-06-22patch 8.2.1039: cannot put NUL byte on clipboardv8.2.1039Bram Moolenaar
2020-06-22patch 8.2.1038: popupwin test failsv8.2.1038Bram Moolenaar
2020-06-22patch 8.2.1037: Vim9: crash when using line continuation inside :defv8.2.1037Bram Moolenaar
2020-06-22patch 8.2.1036: popupwin test fails sometimesv8.2.1036Bram Moolenaar
2020-06-22patch 8.2.1035: setreg() does not always clear the registerv8.2.1035Bram Moolenaar
2020-06-21patch 8.2.1034: compiler warning for uninitialized variablesv8.2.1034Bram Moolenaar
2020-06-21Update runtime filesBram Moolenaar
2020-06-21patch 8.2.1033: not easy to read the test time in the test outputv8.2.1033Bram Moolenaar
2020-06-21patch 8.2.1032: error message for declaring a variable cannot be translatedv8.2.1032Bram Moolenaar
2020-06-21patch 8.2.1031: build failure with Perl5.32v8.2.1031Bram Moolenaar
2020-06-21patch 8.2.1030: reducing size of a terminal window may cause a crashv8.2.1030Bram Moolenaar
2020-06-21patch 8.2.1029: Vim9: cannot chain function calls with -> at line startv8.2.1029Bram Moolenaar
2020-06-21patch 8.2.1028: Vim9: no error for declaring buffer, window, etc. variablev8.2.1028Bram Moolenaar
2020-06-21patch 8.2.1027: GUI: multi-byte characters do not work in a terminalv8.2.1027Bram Moolenaar
2020-06-21patch 8.2.1026: Vim9: cannot break the line after "->"v8.2.1026Bram Moolenaar
2020-06-21patch 8.2.1025: tabpage menu and tabline not sufficiently testedv8.2.1025Bram Moolenaar
2020-06-20patch 8.2.1024: Vim9: no error for using "let g:var = val"v8.2.1024Bram Moolenaar
2020-06-20patch 8.2.1023: Vim9: redefining a function uses a new index every timev8.2.1023Bram Moolenaar
2020-06-20patch 8.2.1022: various parts of code not covered by testsv8.2.1022Bram Moolenaar
2020-06-20patch 8.2.1021: Ruby interface not tested enoughv8.2.1021Bram Moolenaar
2020-06-20patch 8.2.1020: popupwin test fails in the GUIv8.2.1020Bram Moolenaar
2020-06-20patch 8.2.1019: mapping <M-S-a> does not work in the GUIv8.2.1019Bram Moolenaar
2020-06-20patch 8.2.1018: typo in enum valuev8.2.1018Bram Moolenaar
2020-06-19patch 8.2.1017: Appveyor output doesn't show MinGW console featuresv8.2.1017Bram Moolenaar
2020-06-19patch 8.2.1016: Vim9: test fails when channel feature is missingv8.2.1016Bram Moolenaar
2020-06-19patch 8.2.1015: popup filter gets key with modifier prependedv8.2.1015Bram Moolenaar
2020-06-19patch 8.2.1014: using "name" for a string result is confusingv8.2.1014Bram Moolenaar
2020-06-19patch 8.2.1013: channel tests can be a bit flakyv8.2.1013Bram Moolenaar
2020-06-19patch 8.2.1012: Vim9: cannot declare single character script variablesv8.2.1012Bram Moolenaar
2020-06-19patch 8.2.1011: Vim9: some code not testedv8.2.1011Bram Moolenaar
2020-06-19patch 8.2.1010: build failure in libvterm with debug enabledv8.2.1010Bram Moolenaar
2020-06-18patch 8.2.1009: Vim9: some failures not checked forv8.2.1009Bram Moolenaar
2020-06-18patch 8.2.1008: Vim9: no test for disassambling newly added instructionsv8.2.1008Bram Moolenaar
2020-06-18patch 8.2.1007: completion doesn't work after ":r ++arg !"v8.2.1007Bram Moolenaar
2020-06-18patch 8.2.1006: Vim9: require unnecessary return statementv8.2.1006Bram Moolenaar
2020-06-18patch 8.2.1005: Vim9: using TRUE/FALSE/MAYBE for ctx_skip is confusingv8.2.1005Bram Moolenaar
2020-06-18patch 8.2.1004: line numbers below filler lines not always updatedv8.2.1004Bram Moolenaar
2020-06-18patch 8.2.1003: Vim9: return type of sort() is too genericv8.2.1003Bram Moolenaar
2020-06-18patch 8.2.1002: test may fail when run directlyv8.2.1002Bram Moolenaar