log src/version.c @ 27470:f0096e5b3df9 v8.2.4263

age author description
Sun, 30 Jan 2022 19:15:03 +0100 Bram Moolenaar patch 8.2.4263: no test for the GUI find/replace dialog v8.2.4263
Sun, 30 Jan 2022 18:30:03 +0100 Bram Moolenaar patch 8.2.4262: some search tests fail v8.2.4262
Sun, 30 Jan 2022 17:45:03 +0100 Bram Moolenaar patch 8.2.4261: accessing invalid memory in a regular expression v8.2.4261
Sun, 30 Jan 2022 16:30:04 +0100 Bram Moolenaar patch 8.2.4260: Vim9: can still use a global function without g: v8.2.4260
Sun, 30 Jan 2022 13:45:03 +0100 Bram Moolenaar patch 8.2.4259: number of test functions for GUI events is growing v8.2.4259
Sun, 30 Jan 2022 13:15:04 +0100 Bram Moolenaar patch 8.2.4258: Coverity warns for array overrun v8.2.4258
Sat, 29 Jan 2022 23:00:05 +0100 Bram Moolenaar patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent v8.2.4257
Sat, 29 Jan 2022 16:30:04 +0100 Bram Moolenaar patch 8.2.4256: MS-Windows: compiler warnings when compiled with /W4 v8.2.4256
Sat, 29 Jan 2022 16:30:03 +0100 Bram Moolenaar patch 8.2.4255: theoretical computation overflow v8.2.4255
Sat, 29 Jan 2022 16:15:03 +0100 Bram Moolenaar patch 8.2.4254: using short instead of int v8.2.4254
Sat, 29 Jan 2022 15:30:04 +0100 Bram Moolenaar patch 8.2.4253: using freed memory when substitute with function call v8.2.4253
Sat, 29 Jan 2022 14:15:04 +0100 Bram Moolenaar patch 8.2.4252: generating the normal command table at runtime is inefficient v8.2.4252
Sat, 29 Jan 2022 14:00:03 +0100 Bram Moolenaar patch 8.2.4251: vala files are not recognized v8.2.4251
Sat, 29 Jan 2022 13:15:03 +0100 Bram Moolenaar patch 8.2.4250: channel out callback test is flaky on Mac v8.2.4250
Sat, 29 Jan 2022 12:30:02 +0100 Bram Moolenaar patch 8.2.4249: the timeout limit for spell suggestions is always 5000 v8.2.4249
Sat, 29 Jan 2022 12:00:06 +0100 Bram Moolenaar patch 8.2.4248: no proper test for moving the window separator
Sat, 29 Jan 2022 12:00:04 +0100 Bram Moolenaar patch 8.2.4247: stack corruption when looking for spell suggestions v8.2.4247
Fri, 28 Jan 2022 22:15:03 +0100 Bram Moolenaar patch 8.2.4246: one error message not in errors.h v8.2.4246
Fri, 28 Jan 2022 22:00:05 +0100 Bram Moolenaar patch 8.2.4245: ":retab 0" may cause illegal memory access v8.2.4245
Fri, 28 Jan 2022 20:00:04 +0100 Bram Moolenaar patch 8.2.4244: MS-Windows: warning from MSVC on debug build v8.2.4244
Fri, 28 Jan 2022 18:30:03 +0100 Bram Moolenaar patch 8.2.4243: Lua tests fail with Lua 5.4.4 v8.2.4243
Fri, 28 Jan 2022 17:15:03 +0100 Bram Moolenaar patch 8.2.4242: put in Visual mode cannot be repeated v8.2.4242
Fri, 28 Jan 2022 16:30:11 +0100 Bram Moolenaar patch 8.2.4241: some type casts are redundant v8.2.4241
Fri, 28 Jan 2022 16:15:03 +0100 Bram Moolenaar patch 8.2.4240: error for using flatten() in Vim9 script is unclear v8.2.4240
Fri, 28 Jan 2022 15:45:03 +0100 Bram Moolenaar patch 8.2.4239: build fails with unusual configuration v8.2.4239
Fri, 28 Jan 2022 15:30:03 +0100 Bram Moolenaar patch 8.2.4238: *.tf file could be fileytpe "tf" or "terraform" v8.2.4238
Fri, 28 Jan 2022 14:00:04 +0100 Bram Moolenaar patch 8.2.4237: record buffer wrong if character in Select mode was not typed v8.2.4237
Thu, 27 Jan 2022 23:00:03 +0100 Bram Moolenaar patch 8.2.4236: accessing freed memory v8.2.4236
Thu, 27 Jan 2022 22:00:04 +0100 Bram Moolenaar patch 8.2.4235: invalid check for NULL pointer v8.2.4235
Thu, 27 Jan 2022 21:00:04 +0100 Bram Moolenaar patch 8.2.4234: test_garbagecollect_now() does not check v:testing v8.2.4234
Thu, 27 Jan 2022 20:30:07 +0100 Bram Moolenaar patch 8.2.4233: crash when recording and using Select mode v8.2.4233
Thu, 27 Jan 2022 18:45:04 +0100 Bram Moolenaar patch 8.2.4232: some compilers don't like a goto label without statement v8.2.4232
Thu, 27 Jan 2022 17:45:03 +0100 Bram Moolenaar patch 8.2.4231: Vim9: map() gives type error when type was not declared v8.2.4231
Thu, 27 Jan 2022 16:15:04 +0100 Bram Moolenaar patch 8.2.4230: MS-Windows: set_guifontwide() is included but won't work v8.2.4230
Thu, 27 Jan 2022 15:00:06 +0100 Bram Moolenaar patch 8.2.4229: possible crash when invoking timer callback fails v8.2.4229
Thu, 27 Jan 2022 14:30:04 +0100 Bram Moolenaar patch 8.2.4228: no tests for clicking in the GUI tabline v8.2.4228
Wed, 26 Jan 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4227: Vim9: using "lockvar!" in :def function does not work v8.2.4227
Wed, 26 Jan 2022 22:30:04 +0100 Bram Moolenaar patch 8.2.4226: filter-map test fails v8.2.4226
Wed, 26 Jan 2022 22:15:03 +0100 Bram Moolenaar patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def function v8.2.4225
Wed, 26 Jan 2022 19:30:03 +0100 Bram Moolenaar patch 8.2.4224: Vim9: no error when using a number for map() second argument v8.2.4224
Wed, 26 Jan 2022 18:00:04 +0100 Bram Moolenaar patch 8.2.4223: long/int compiler warnings; function arguments swapped v8.2.4223
Wed, 26 Jan 2022 17:30:04 +0100 Bram Moolenaar patch 8.2.4222: MS-Windows: clumsy way to suppress progress on CI v8.2.4222
Wed, 26 Jan 2022 13:15:03 +0100 Bram Moolenaar patch 8.2.4221: some functions in normal.c are very long v8.2.4221
Wed, 26 Jan 2022 12:30:06 +0100 Bram Moolenaar patch 8.2.4220: MS-Windows: some old compiler support remains v8.2.4220
Tue, 25 Jan 2022 22:30:03 +0100 Bram Moolenaar patch 8.2.4219: reading before the start of the line v8.2.4219
Tue, 25 Jan 2022 22:00:04 +0100 Bram Moolenaar patch 8.2.4218: illegal memory access with bracketed paste in Ex mode v8.2.4218
Tue, 25 Jan 2022 19:30:04 +0100 Bram Moolenaar patch 8.2.4217: illegal memory access when undo makes Visual area invalid v8.2.4217
Tue, 25 Jan 2022 17:00:06 +0100 Bram Moolenaar patch 8.2.4216: Vim9: cannot use a function from an autoload import directly v8.2.4216
Tue, 25 Jan 2022 15:00:05 +0100 Bram Moolenaar patch 8.2.4215: illegal memory access when copying lines in Visual mode v8.2.4215
Tue, 25 Jan 2022 13:00:06 +0100 Bram Moolenaar patch 8.2.4214: illegal memory access with large 'tabstop' in Ex mode v8.2.4214
Tue, 25 Jan 2022 11:45:06 +0100 Bram Moolenaar patch 8.2.4213: too much code for supporting old MSVC versions v8.2.4213
Mon, 24 Jan 2022 23:45:04 +0100 Bram Moolenaar patch 8.2.4212: window title test still fails in some configurations v8.2.4212
Mon, 24 Jan 2022 23:30:02 +0100 Bram Moolenaar patch 8.2.4211: window title test still fails in some configurations v8.2.4211
Mon, 24 Jan 2022 23:15:04 +0100 Bram Moolenaar patch 8.2.4210: window title test fails in some configurations v8.2.4210
Mon, 24 Jan 2022 22:30:04 +0100 Bram Moolenaar patch 8.2.4209: partial in 'opfunc' cannot use an imported function v8.2.4209
Mon, 24 Jan 2022 21:15:03 +0100 Bram Moolenaar patch 8.2.4208: using setbufvar() may change the window title v8.2.4208
Mon, 24 Jan 2022 19:45:03 +0100 Bram Moolenaar patch 8.2.4207: recursion test fails with MSVC v8.2.4207
Mon, 24 Jan 2022 19:30:03 +0100 Bram Moolenaar patch 8.2.4206: condition with many "(" causes a crash v8.2.4206
Mon, 24 Jan 2022 17:45:03 +0100 Bram Moolenaar patch 8.2.4205: the normal_cmd() function is too long v8.2.4205
Mon, 24 Jan 2022 17:30:05 +0100 Bram Moolenaar patch 8.2.4204: screenpos() has non-zero row for invisible text v8.2.4204
Mon, 24 Jan 2022 16:30:05 +0100 Bram Moolenaar patch 8.2.4203: entering a character with CTRL-V may include modifiers v8.2.4203
Mon, 24 Jan 2022 15:00:04 +0100 Bram Moolenaar patch 8.2.4202: Vim9: cannot export function that exists globally v8.2.4202
Mon, 24 Jan 2022 13:30:04 +0100 Bram Moolenaar patch 8.2.4201: when using the GUI CTRL-Z does not stop gvim v8.2.4201
Mon, 24 Jan 2022 12:45:03 +0100 Bram Moolenaar patch 8.2.4200: some tests do not clean up properly v8.2.4200
Mon, 24 Jan 2022 12:30:04 +0100 Bram Moolenaar patch 8.2.4199: MS-Windows: Support for MSVC 2003 is not useful v8.2.4199
Sun, 23 Jan 2022 21:15:03 +0100 Bram Moolenaar patch 8.2.4198: Vim9: the switch for executing instructions is too long v8.2.4198
Sun, 23 Jan 2022 19:00:02 +0100 Bram Moolenaar patch 8.2.4197: cannot use an import in the "expr" part of 'spellsuggest' v8.2.4197
Sun, 23 Jan 2022 18:15:03 +0100 Bram Moolenaar patch 8.2.4196: various file types not recognized v8.2.4196
Sun, 23 Jan 2022 17:45:03 +0100 Bram Moolenaar patch 8.2.4195: resizing terminal may cause to behave like CTRL-Z v8.2.4195
Sun, 23 Jan 2022 17:30:04 +0100 Bram Moolenaar patch 8.2.4194: MS-Windows: code for calculating font size is duplicated v8.2.4194
Sun, 23 Jan 2022 15:30:03 +0100 Bram Moolenaar patch 8.2.4193: cannot use an import in 'charconvert' v8.2.4193
Sun, 23 Jan 2022 14:45:03 +0100 Bram Moolenaar patch 8.2.4192: cannot use an import in 'printexpr' v8.2.4192
Sun, 23 Jan 2022 14:15:03 +0100 Bram Moolenaar patch 8.2.4191: json5 files are not recognized v8.2.4191
Sun, 23 Jan 2022 13:45:04 +0100 Bram Moolenaar patch 8.2.4190: all conceal tests are skipped without the screendumps feature v8.2.4190
Sun, 23 Jan 2022 13:45:03 +0100 Bram Moolenaar patch 8.2.4189: MS-Windows: code for "old look" is obsolete v8.2.4189
Sun, 23 Jan 2022 12:30:05 +0100 Bram Moolenaar patch 8.2.4188: not all gitconfig files are recognized v8.2.4188
Sun, 23 Jan 2022 12:30:04 +0100 Bram Moolenaar patch 8.2.4187: gnuplot file not recognized v8.2.4187
Sat, 22 Jan 2022 22:00:03 +0100 Bram Moolenaar patch 8.2.4186: cannot use an import in 'patchexpr' v8.2.4186
Sat, 22 Jan 2022 21:45:03 +0100 Bram Moolenaar patch 8.2.4185: cannot use an import in 'indentexpr' v8.2.4185
Sat, 22 Jan 2022 21:30:02 +0100 Bram Moolenaar patch 8.2.4184: cannot use an import in 'includeexpr' v8.2.4184
Sat, 22 Jan 2022 20:30:03 +0100 Bram Moolenaar patch 8.2.4183: cannot use an import in 'formatexpr' v8.2.4183
Sat, 22 Jan 2022 19:30:02 +0100 Bram Moolenaar patch 8.2.4182: memory leak when evaluating 'diffexpr' v8.2.4182
Sat, 22 Jan 2022 19:00:04 +0100 Bram Moolenaar patch 8.2.4181: Vim9: cannot use an import in 'diffexpr' v8.2.4181
Sat, 22 Jan 2022 16:15:02 +0100 Bram Moolenaar patch 8.2.4180: 'balloonexpr' is evaluated in the current script context v8.2.4180
Sat, 22 Jan 2022 14:45:02 +0100 Bram Moolenaar patch 8.2.4179: 'foldtext' is evaluated in the current script context v8.2.4179
Sat, 22 Jan 2022 13:30:05 +0100 Bram Moolenaar patch 8.2.4178: Vim9: invalid error for return type of lambda when debugging v8.2.4178
Sat, 22 Jan 2022 12:30:04 +0100 Bram Moolenaar patch 8.2.4177: Vim9: autoload script not loaded after "vim9script noclear" v8.2.4177
Sat, 22 Jan 2022 12:15:03 +0100 Bram Moolenaar patch 8.2.4176: Vim9: cannot use imported function with call() v8.2.4176
Sat, 22 Jan 2022 11:30:04 +0100 Bram Moolenaar patch 8.2.4175: MS-Windows: runtime check for multi-line balloon is obsolete v8.2.4175
Fri, 21 Jan 2022 21:45:03 +0100 Bram Moolenaar patch 8.2.4174: Vim9: can use an autoload name in normal script v8.2.4174
Fri, 21 Jan 2022 17:45:04 +0100 Bram Moolenaar patch 8.2.4173: cannot use an import in 'foldexpr' v8.2.4173
Fri, 21 Jan 2022 16:00:05 +0100 Bram Moolenaar patch 8.2.4172: filetype detection for BASIC is not optimal v8.2.4172
Fri, 21 Jan 2022 14:45:03 +0100 Bram Moolenaar patch 8.2.4171: cannot invoke option function using autoload import v8.2.4171
Fri, 21 Jan 2022 12:45:03 +0100 Bram Moolenaar patch 8.2.4170: MS-Windows: still using old message API calls v8.2.4170
Fri, 21 Jan 2022 12:15:03 +0100 Bram Moolenaar patch 8.2.4169: MS-Windows: unnessary casts and other minor things v8.2.4169
Fri, 21 Jan 2022 11:45:03 +0100 Bram Moolenaar patch 8.2.4168: disallowing empty function name breaks existing plugins v8.2.4168
Thu, 20 Jan 2022 22:45:03 +0100 Bram Moolenaar patch 8.2.4167: Vim9: error message for old style import v8.2.4167
Thu, 20 Jan 2022 22:15:03 +0100 Bram Moolenaar patch 8.2.4166: undo synced when switching buffer in another window v8.2.4166
Thu, 20 Jan 2022 21:30:03 +0100 Bram Moolenaar patch 8.2.4165: the nv_g_cmd() function is too long v8.2.4165
Thu, 20 Jan 2022 21:00:06 +0100 Bram Moolenaar patch 8.2.4164: error in legacy code for function shadowing variable v8.2.4164
Thu, 20 Jan 2022 20:45:04 +0100 Bram Moolenaar patch 8.2.4163: no error for omitting function name after autoload prefix v8.2.4163
Thu, 20 Jan 2022 20:15:03 +0100 Bram Moolenaar patch 8.2.4162: Vim9: no error for redefining function with export v8.2.4162
Thu, 20 Jan 2022 18:45:04 +0100 Bram Moolenaar patch 8.2.4161: Vim9: warning for missing white space after imported variable v8.2.4161
Thu, 20 Jan 2022 16:30:04 +0100 Bram Moolenaar patch 8.2.4160: cannot change the register used for Select mode delete v8.2.4160
Thu, 20 Jan 2022 16:15:05 +0100 Bram Moolenaar patch 8.2.4159: MS-Windows: _WndProc() is very long v8.2.4159
Thu, 20 Jan 2022 16:15:04 +0100 Bram Moolenaar patch 8.2.4158: MS-Windows: memory leak in :browse v8.2.4158
Thu, 20 Jan 2022 16:00:07 +0100 Bram Moolenaar patch 8.2.4157: terminal test fails because Windows sets the title v8.2.4157
Thu, 20 Jan 2022 15:45:03 +0100 Bram Moolenaar patch 8.2.4156: fileinfo message overwrites echo'ed message v8.2.4156
Thu, 20 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.4155: translating strftime() argument results in check error v8.2.4155
Thu, 20 Jan 2022 14:45:03 +0100 Bram Moolenaar patch 8.2.4154: ml_get error when exchanging windows in Visual mode v8.2.4154
Thu, 20 Jan 2022 13:45:06 +0100 Bram Moolenaar patch 8.2.4153: MS-Windows: Global IME is no longer supported v8.2.4153
Thu, 20 Jan 2022 13:30:04 +0100 Bram Moolenaar patch 8.2.4152: block insert with double wide character fails v8.2.4152
Thu, 20 Jan 2022 13:15:04 +0100 Bram Moolenaar patch 8.2.4151: reading beyond the end of a line v8.2.4151
Thu, 20 Jan 2022 12:30:07 +0100 Bram Moolenaar patch 8.2.4150: Coverity warns for using pointer after free v8.2.4150
Thu, 20 Jan 2022 12:30:06 +0100 Bram Moolenaar patch 8.2.4149: test override not restored, autocommand left behind v8.2.4149
Thu, 20 Jan 2022 00:00:07 +0100 Bram Moolenaar patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to fail v8.2.4148
Wed, 19 Jan 2022 22:00:03 +0100 Bram Moolenaar patch 8.2.4147: E464 does not always include the offending command v8.2.4147
Wed, 19 Jan 2022 18:30:07 +0100 Bram Moolenaar patch 8.2.4146: Vim9: shadowed function can be used in compiled function v8.2.4146
Wed, 19 Jan 2022 18:30:05 +0100 Bram Moolenaar patch 8.2.4145: confusing error when using name of import for a function v8.2.4145
Wed, 19 Jan 2022 14:45:05 +0100 Bram Moolenaar patch 8.2.4144: cannot load libsodium dynamically v8.2.4144