summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-06-28patch 8.2.1081: Lua: cannot use table.insert() and table.remove()v8.2.1081Bram Moolenaar
2020-06-28patch 8.2.1080: Vim9: no line break allowed in a for loopv8.2.1080Bram Moolenaar
2020-06-28patch 8.2.1079: Vim9: no line break allowed in a while loopv8.2.1079Bram Moolenaar
2020-06-28patch 8.2.1078: highlight and match functionality together in one filev8.2.1078Bram Moolenaar
2020-06-28patch 8.2.1077: no enough test coverage for highlightingv8.2.1077Bram Moolenaar
2020-06-27patch 8.2.1076: Vim9: no line break allowed in :if expressionv8.2.1076Bram Moolenaar
2020-06-27patch 8.2.1075: Vim9: no line break allowed in :echo expressionv8.2.1075Bram Moolenaar
2020-06-27patch 8.2.1074: Vim9: no line break allowed after some operatorsv8.2.1074Bram Moolenaar
2020-06-27patch 8.2.1073: Vim9: no line break allowed in () expressionv8.2.1073Bram Moolenaar
2020-06-27patch 8.2.1072: missing libvterm testv8.2.1072Bram Moolenaar
2020-06-27patch 8.2.1071: Vim9: no line break allowed inside a lambdav8.2.1071Bram Moolenaar
2020-06-27patch 8.2.1070: Vim9: leaking memory when lacking white space in dictv8.2.1070Bram Moolenaar
2020-06-27patch 8.2.1069: Vim9: fail to check for white space in listv8.2.1069Bram Moolenaar
2020-06-27patch 8.2.1068: Vim9: no line break allowed inside a dictv8.2.1068Bram Moolenaar
2020-06-27patch 8.2.1067: expression "!expr->func()" does not workv8.2.1067Bram Moolenaar
2020-06-27patch 8.2.1066: Lua arrays are zero basedv8.2.1066Bram Moolenaar
2020-06-26patch 8.2.1065: Vim9: no line break allowed inside a listv8.2.1065Bram Moolenaar
2020-06-26patch 8.2.1064: Vim9: no line break allowed before comperatorsv8.2.1064Bram Moolenaar
2020-06-26patch 8.2.1063: Vim9: no line break allowed before || or &&v8.2.1063Bram Moolenaar
2020-06-26patch 8.2.1062: Vim9: no line break allowed inside "cond ? val1 : val2"v8.2.1062Bram Moolenaar
2020-06-26patch 8.2.1061: insufficient testing for src/window.cv8.2.1061Bram Moolenaar
2020-06-26patch 8.2.1060: not all elinks files are recognizedv8.2.1060Bram Moolenaar
2020-06-26patch 8.2.1059: crash when using :tabonly in an autocommandv8.2.1059Bram Moolenaar
2020-06-25patch 8.2.1058: multiline conceal causes display errorsv8.2.1058Bram Moolenaar
2020-06-25patch 8.2.1057: cannot build with dynamic Luav8.2.1057Bram Moolenaar
2020-06-25patch 8.2.1056: wrong display when mixing match conceal and syntax concealv8.2.1056Bram Moolenaar
2020-06-25patch 8.2.1055: no filetype set for pacman config filesv8.2.1055Bram Moolenaar
2020-06-25patch 8.2.1054: not so easy to pass a lua function to Vimv8.2.1054Bram Moolenaar
2020-06-25patch 8.2.1053: insufficient testing for 'statusline' and 'tabline'v8.2.1053Bram Moolenaar
2020-06-24patch 8.2.1052: build failure with older compilersv8.2.1052Bram Moolenaar
2020-06-24patch 8.2.1051: crash when changing a list while using reduce() on itv8.2.1051Bram Moolenaar
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-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