]> git.ipfire.org Git - thirdparty/vim.git/shortlog
thirdparty/vim.git
2020-07-08  Bram Moolenaarpatch 8.2.1154: Vim9: crash when using imported function v8.2.1154
2020-07-07  Bram Moolenaarpatch 8.2.1153: Vim9: script test fails on some systems v8.2.1153
2020-07-07  Bram Moolenaarpatch 8.2.1152: Vim9: function reference is missing... v8.2.1152
2020-07-07  Bram Moolenaarpatch 8.2.1151: insufficient test coverage for Python v8.2.1151
2020-07-07  Bram Moolenaarpatch 8.2.1150: ml_get error when using Python v8.2.1150
2020-07-06  Bram Moolenaarpatch 8.2.1149: Vim9: :eval command not handled properly v8.2.1149
2020-07-06  Bram Moolenaarpatch 8.2.1148: warning for using int instead of size_t v8.2.1148
2020-07-06  Bram Moolenaarpatch 8.2.1147: :confirm may happen in cooked mode v8.2.1147
2020-07-06  Bram Moolenaarpatch 8.2.1146: not enough testing for Python v8.2.1146
2020-07-05  Bram Moolenaarpatch 8.2.1145: Vim9: "for" only accepts a list at... v8.2.1145
2020-07-05  Bram Moolenaarpatch 8.2.1144: Vim9: return type of reverse() is any v8.2.1144
2020-07-05  Bram Moolenaarpatch 8.2.1143: Vim9: return type of remove() is any v8.2.1143
2020-07-05  Bram Moolenaarpatch 8.2.1142: Vim9: return type of insert() is any v8.2.1142
2020-07-05  Bram Moolenaarpatch 8.2.1141: Vim9: return type of filter() is any v8.2.1141
2020-07-05  Bram Moolenaarpatch 8.2.1140: Vim9: return type of extend() is any v8.2.1140
2020-07-05  Bram Moolenaarpatch 8.2.1139: Vim9: test for silent echo fails in... v8.2.1139
2020-07-05  Bram Moolenaarpatch 8.2.1138: Vim9: return type of copy() and deepcop... v8.2.1138
2020-07-05  Bram Moolenaarpatch 8.2.1137: Vim9: modifiers not cleared after compi... v8.2.1137
2020-07-05  Bram Moolenaarpatch 8.2.1136: Vim9: return type of argv() is always any v8.2.1136
2020-07-05  Bram Moolenaarpatch 8.2.1135: Vim9: getting a dict member may not... v8.2.1135
2020-07-05  Bram Moolenaarpatch 8.2.1134: Vim9: getting a list member may not... v8.2.1134
2020-07-05  Bram Moolenaarpatch 8.2.1133: Vim9: return type of add() is not speci... v8.2.1133
2020-07-05  Bram Moolenaarpatch 8.2.1132: Vim9: return type of repeat() is not... v8.2.1132
2020-07-05  Bram Moolenaarpatch 8.2.1131: Vim9: error message for returning a... v8.2.1131
2020-07-05  Bram Moolenaarpatch 8.2.1130: Vim9: bar not recognized after function... v8.2.1130
2020-07-05  Bram Moolenaarpatch 8.2.1129: Vim9: bar not recognized after not... v8.2.1129
2020-07-05  Bram Moolenaarpatch 8.2.1128: the write message mentions characters... v8.2.1128
2020-07-04  Bram Moolenaarpatch 8.2.1127: Vim9: getting a dict member may not... v8.2.1127
2020-07-04  Bram Moolenaarpatch 8.2.1126: Vim9: using :copen causes an error v8.2.1126
2020-07-04  Bram Moolenaarpatch 8.2.1125: Vim9: double quote can be a string... v8.2.1125
2020-07-04  Bram Moolenaarpatch 8.2.1124: Vim9: no line break allowed in :import... v8.2.1124
2020-07-03  Bram Moolenaarpatch 8.2.1123: Python 3 test is old style v8.2.1123
2020-07-03  Bram Moolenaarpatch 8.2.1122: Vim9: line continuation in dict member... v8.2.1122
2020-07-03  Bram Moolenaarpatch 8.2.1121: command completion not working after... v8.2.1121
2020-07-03  Bram Moolenaarpatch 8.2.1120: Python code not tested properly v8.2.1120
2020-07-02  Bram Moolenaarpatch 8.2.1119: configure fails with Xcode 12 beta v8.2.1119
2020-07-02  Bram Moolenaarpatch 8.2.1118: condition can never be true, dead code v8.2.1118
2020-07-02  Bram Moolenaarpatch 8.2.1117: Coverity warns for unsing unitialized... v8.2.1117
2020-07-02  Bram Moolenaarpatch 8.2.1116: Vim9: parsing command checks for list... v8.2.1116
2020-07-02  Bram Moolenaarpatch 8.2.1115: iminsert test fails when compiled with... v8.2.1115
2020-07-01  Bram Moolenaarpatch 8.2.1114: terminal test sometimes times out v8.2.1114
2020-07-01  Bram Moolenaarpatch 8.2.1113: no test for verbose output of :call v8.2.1113
2020-07-01  Bram Moolenaarpatch 8.2.1112: Vim9: no line continuation allowed... v8.2.1112
2020-07-01  Bram Moolenaarpatch 8.2.1111: inconsistent naming of get_list_tv... v8.2.1111
2020-07-01  Bram Moolenaarpatch 8.2.1110: Vim9: line continuation does not work... v8.2.1110
2020-07-01  Bram Moolenaarpatch 8.2.1109: still crashing when using s:variable v8.2.1109
2020-07-01  Bram Moolenaarpatch 8.2.1108: mouse left-right scroll is not supporte... v8.2.1108
2020-07-01  Bram Moolenaarpatch 8.2.1107: 'imactivatefunc' and 'imstatusfunc... v8.2.1107
2020-07-01  Bram Moolenaarpatch 8.2.1106: crash when trying to use s: variable... v8.2.1106
2020-07-01  Bram Moolenaarpatch 8.2.1105: insufficient test coverage for Lua v8.2.1105
2020-07-01  Bram Moolenaarpatch 8.2.1104: Coverity warnts for possible NULL point... v8.2.1104
2020-07-01  Bram Moolenaarpatch 8.2.1103: Coverity reports an unnecessary NULL... v8.2.1103
2020-07-01  Bram Moolenaarpatch 8.2.1102: Coverity gets confused by an unnecessar... v8.2.1102
2020-06-30  Bram Moolenaarpatch 8.2.1101: no error when using wrong arguments... 6361/head v8.2.1101
2020-06-30  Bram Moolenaarpatch 8.2.1100: Vim9: cannot use line break in :execute... v8.2.1100
2020-06-30  Bram Moolenaarpatch 8.2.1099: Vim9: cannot use line break in :cexpr... v8.2.1099
2020-06-30  Bram Moolenaarpatch 8.2.1098: Vim9: cannot use line break in :throw... v8.2.1098
2020-06-30  Bram MoolenaarRuntime file updates
2020-06-30  Bram Moolenaarpatch 8.2.1097: highlight code not sufficiently tested v8.2.1097
2020-06-30  Bram Moolenaarpatch 8.2.1096: Vim9: return type of getqflist() is... v8.2.1096
2020-06-29  Bram Moolenaarpatch 8.2.1095: may use pointer after freeing it v8.2.1095
2020-06-29  Bram Moolenaarpatch 8.2.1094: dead code in libvterm v8.2.1094
2020-06-29  Bram Moolenaarpatch 8.2.1093: Python: double free when adding item... v8.2.1093
2020-06-29  Bram Moolenaarpatch 8.2.1092: not checking if saving for undo succeeds v8.2.1092
2020-06-29  Bram Moolenaarpatch 8.2.1091: no check if opening a pty works v8.2.1091
2020-06-29  Bram Moolenaarpatch 8.2.1090: may use NULL pointer when skipping... v8.2.1090
2020-06-29  Bram Moolenaarpatch 8.2.1089: Coverity warns for pointer computation v8.2.1089
2020-06-29  Bram Moolenaarpatch 8.2.1088: a very long translation might cause... v8.2.1088
2020-06-29  Bram Moolenaarpatch 8.2.1087: possible memory leak when file expansio... v8.2.1087
2020-06-29  Bram Moolenaarpatch 8.2.1086: possibly using freed memory when text... v8.2.1086
2020-06-29  Bram Moolenaarpatch 8.2.1085: Coverity complains about ignoring dict_... v8.2.1085
2020-06-29  Bram Moolenaarpatch 8.2.1084: Lua: registering function has useless... v8.2.1084
2020-06-29  Bram Moolenaarpatch 8.2.1083: crash when using reduce() on a NULL... v8.2.1083
2020-06-29  Bram Moolenaarpatch 8.2.1082: Coverity complains about ignoring dict_... v8.2.1082
2020-06-28  Bram Moolenaarpatch 8.2.1081: Lua: cannot use table.insert() and... v8.2.1081
2020-06-28  Bram Moolenaarpatch 8.2.1080: Vim9: no line break allowed in a for... v8.2.1080
2020-06-28  Bram Moolenaarpatch 8.2.1079: Vim9: no line break allowed in a while... v8.2.1079
2020-06-28  Bram Moolenaarpatch 8.2.1078: highlight and match functionality toget... v8.2.1078
2020-06-28  Bram Moolenaarpatch 8.2.1077: no enough test coverage for highlighting v8.2.1077
2020-06-27  Bram Moolenaarpatch 8.2.1076: Vim9: no line break allowed in :if... v8.2.1076
2020-06-27  Bram Moolenaarpatch 8.2.1075: Vim9: no line break allowed in :echo... v8.2.1075
2020-06-27  Bram Moolenaarpatch 8.2.1074: Vim9: no line break allowed after some... v8.2.1074
2020-06-27  Bram Moolenaarpatch 8.2.1073: Vim9: no line break allowed in () expre... v8.2.1073
2020-06-27  Bram Moolenaarpatch 8.2.1072: missing libvterm test v8.2.1072
2020-06-27  Bram Moolenaarpatch 8.2.1071: Vim9: no line break allowed inside... v8.2.1071
2020-06-27  Bram Moolenaarpatch 8.2.1070: Vim9: leaking memory when lacking white... v8.2.1070
2020-06-27  Bram Moolenaarpatch 8.2.1069: Vim9: fail to check for white space... v8.2.1069
2020-06-27  Bram Moolenaarpatch 8.2.1068: Vim9: no line break allowed inside... v8.2.1068
2020-06-27  Bram Moolenaarpatch 8.2.1067: expression "!expr->func()" does not... v8.2.1067
2020-06-27  Bram Moolenaarpatch 8.2.1066: Lua arrays are zero based v8.2.1066
2020-06-26  Bram Moolenaarpatch 8.2.1065: Vim9: no line break allowed inside... v8.2.1065
2020-06-26  Bram Moolenaarpatch 8.2.1064: Vim9: no line break allowed before... v8.2.1064
2020-06-26  Bram Moolenaarpatch 8.2.1063: Vim9: no line break allowed before... v8.2.1063
2020-06-26  Bram Moolenaarpatch 8.2.1062: Vim9: no line break allowed inside... v8.2.1062
2020-06-26  Bram Moolenaarpatch 8.2.1061: insufficient testing for src/window.c v8.2.1061
2020-06-26  Bram Moolenaarpatch 8.2.1060: not all elinks files are recognized v8.2.1060
2020-06-26  Bram Moolenaarpatch 8.2.1059: crash when using :tabonly in an autocommand v8.2.1059
2020-06-25  Bram Moolenaarpatch 8.2.1058: multiline conceal causes display errors v8.2.1058
2020-06-25  Bram Moolenaarpatch 8.2.1057: cannot build with dynamic Lua v8.2.1057
2020-06-25  Bram Moolenaarpatch 8.2.1056: wrong display when mixing match conceal... v8.2.1056
next