log src/version.c @ 25733:4b2616ffe32b v8.2.3402

age author description
Sat, 04 Sep 2021 19:00:03 +0200 Bram Moolenaar patch 8.2.3402: invalid memory access when using :retab with large value v8.2.3402
Sat, 04 Sep 2021 15:00:02 +0200 Bram Moolenaar patch 8.2.3401: Vim9: cannot use negative count with finddir() and findfile() v8.2.3401
Sat, 04 Sep 2021 13:45:03 +0200 Bram Moolenaar patch 8.2.3400: ":z!" is not supported v8.2.3400
Fri, 03 Sep 2021 19:30:04 +0200 Bram Moolenaar patch 8.2.3399: Octave files are not recognized v8.2.3399
Fri, 03 Sep 2021 17:00:05 +0200 Bram Moolenaar patch 8.2.3398: html text objects are not fully tested v8.2.3398
Thu, 02 Sep 2021 20:15:04 +0200 Bram Moolenaar patch 8.2.3397: no test for what 8.2.3391 fixes v8.2.3397
Thu, 02 Sep 2021 20:00:05 +0200 Bram Moolenaar patch 8.2.3396: when libcall() fails invalid pointer may be used v8.2.3396
Thu, 02 Sep 2021 19:00:04 +0200 Bram Moolenaar patch 8.2.3395: Vim9: expression breakpoint not checked in :def function v8.2.3395
Wed, 01 Sep 2021 16:15:04 +0200 Bram Moolenaar patch 8.2.3394: filler lines are wrong when changing text in diff mode v8.2.3394
Wed, 01 Sep 2021 14:45:04 +0200 Bram Moolenaar patch 8.2.3393: escaping for fish shell is skipping some characters v8.2.3393
Wed, 01 Sep 2021 13:15:06 +0200 Bram Moolenaar patch 8.2.3392: augroup completion escapes regexp pattern characters v8.2.3392
Tue, 31 Aug 2021 21:00:06 +0200 Bram Moolenaar patch 8.2.3391: crash with combination of 'linebreak' and other options v8.2.3391
Tue, 31 Aug 2021 21:00:05 +0200 Bram Moolenaar patch 8.2.3390: included xdiff code is outdated v8.2.3390
Tue, 31 Aug 2021 19:15:05 +0200 Bram Moolenaar patch 8.2.3389: cannot stop insert mode completion without side effects v8.2.3389
Mon, 30 Aug 2021 21:30:04 +0200 Bram Moolenaar patch 8.2.3388: fnamemodify('path/..', ':p') differs from using 'path/../' v8.2.3388
Mon, 30 Aug 2021 20:00:05 +0200 Bram Moolenaar patch 8.2.3387: compiler warning for non-static function v8.2.3387
Sun, 29 Aug 2021 22:15:04 +0200 Bram Moolenaar patch 8.2.3386: using uninitialized memory v8.2.3386
Sun, 29 Aug 2021 12:45:05 +0200 Bram Moolenaar patch 8.2.3385: escaping for fish shell does not work properly v8.2.3385
Sat, 28 Aug 2021 20:45:03 +0200 Bram Moolenaar patch 8.2.3384: cannot disable modeline for an individual file v8.2.3384
Sat, 28 Aug 2021 16:00:04 +0200 Bram Moolenaar patch 8.2.3383: Vim9: completion for :disassemble adds parenthesis v8.2.3383
Sat, 28 Aug 2021 15:00:03 +0200 Bram Moolenaar patch 8.2.3382: crash when getting the type of a NULL partial v8.2.3382
Sat, 28 Aug 2021 14:45:03 +0200 Bram Moolenaar patch 8.2.3381: crash when using NULL list with sign functions v8.2.3381
Sat, 28 Aug 2021 13:00:04 +0200 Bram Moolenaar patch 8.2.3380: crash when using NULL string for funcref() v8.2.3380
Sat, 28 Aug 2021 12:45:06 +0200 Bram Moolenaar patch 8.2.3379: crash when using NULL job v8.2.3379
Fri, 27 Aug 2021 21:00:04 +0200 Bram Moolenaar patch 8.2.3378: MS-Windows: completing environment variables with % is wrong v8.2.3378
Thu, 26 Aug 2021 16:45:04 +0200 Bram Moolenaar patch 8.2.3377: Vim9: :disass completion does not understand "s:" v8.2.3377
Wed, 25 Aug 2021 22:45:04 +0200 Bram Moolenaar patch 8.2.3376: Vim9: no warning that "@r" does not do anything v8.2.3376
Wed, 25 Aug 2021 17:45:04 +0200 Bram Moolenaar patch 8.2.3375: using uninitialized memory v8.2.3375
Wed, 25 Aug 2021 17:15:05 +0200 Bram Moolenaar patch 8.2.3374: Pyret files are not recognized v8.2.3374
Wed, 25 Aug 2021 17:15:04 +0200 Bram Moolenaar patch 8.2.3373: text property test fails on MS-Windows v8.2.3373
Wed, 25 Aug 2021 16:45:03 +0200 Bram Moolenaar patch 8.2.3372: line2byte() value wrong when adding a text property v8.2.3372
Tue, 24 Aug 2021 22:00:06 +0200 Bram Moolenaar patch 8.2.3371: Vim9: :$ENV cannot be followed by ->func() in next line v8.2.3371
Mon, 23 Aug 2021 22:30:04 +0200 Bram Moolenaar patch 8.2.3370: Vim9: no check for white space before type in declaration v8.2.3370
Mon, 23 Aug 2021 21:30:04 +0200 Bram Moolenaar patch 8.2.3369: auto formatting after "cw" leaves cursor in wrong spot v8.2.3369
Mon, 23 Aug 2021 21:00:05 +0200 Bram Moolenaar patch 8.2.3368: not all Racket files are recognized v8.2.3368
Sun, 22 Aug 2021 22:45:03 +0200 Bram Moolenaar patch 8.2.3367: Vim9: :@r executing a register is inconsistent v8.2.3367
Sun, 22 Aug 2021 13:45:04 +0200 Bram Moolenaar patch 8.2.3366: Vim9: debugging elseif does not stop before condition v8.2.3366
Sat, 21 Aug 2021 21:00:03 +0200 Bram Moolenaar patch 8.2.3365: Vim9: cannot use option for all operations v8.2.3365
Sat, 21 Aug 2021 17:30:03 +0200 Bram Moolenaar patch 8.2.3364: Vim9: crash when :for is skipped v8.2.3364
Sat, 21 Aug 2021 17:15:03 +0200 Bram Moolenaar patch 8.2.3363: when :edit reuses the current buffer the alternate file is set v8.2.3363
Sat, 21 Aug 2021 16:30:04 +0200 Bram Moolenaar patch 8.2.3362: buffer overflow when completing long tag name v8.2.3362
Fri, 20 Aug 2021 21:00:06 +0200 Bram Moolenaar patch 8.2.3361: Vim9: crash with nested :while v8.2.3361
Thu, 19 Aug 2021 21:30:04 +0200 Bram Moolenaar patch 8.2.3360: user function completion fails with dict function v8.2.3360
Thu, 19 Aug 2021 21:15:04 +0200 Bram Moolenaar patch 8.2.3359: Vim9: error for type when variable is not set v8.2.3359
Tue, 17 Aug 2021 23:45:03 +0200 Bram Moolenaar patch 8.2.3358: structurizr files are not recognized v8.2.3358
Tue, 17 Aug 2021 22:15:03 +0200 Bram Moolenaar patch 8.2.3357: crash when 'virtualedit' is set and window is narrow v8.2.3357
Mon, 16 Aug 2021 21:45:03 +0200 Bram Moolenaar patch 8.2.3356: adding many text properties requires a lot of function calls v8.2.3356
Mon, 16 Aug 2021 21:30:04 +0200 Bram Moolenaar patch 8.2.3355: MS-Windows: compiler warning for 64-32 bit conversion v8.2.3355
Sun, 15 Aug 2021 22:30:03 +0200 Bram Moolenaar patch 8.2.3354: build failure with +byte_offset but without +textprop v8.2.3354
Sun, 15 Aug 2021 20:45:04 +0200 Bram Moolenaar patch 8.2.3353: Vim9: type of argument for negate not checked at compile time v8.2.3353
Sun, 15 Aug 2021 19:30:03 +0200 Bram Moolenaar patch 8.2.3352: Vim9: error for nested :enddef has wrong line number v8.2.3352
Sun, 15 Aug 2021 16:15:03 +0200 Bram Moolenaar patch 8.2.3351: Vim9: using a function by name may delete it v8.2.3351
Sun, 15 Aug 2021 15:15:03 +0200 Bram Moolenaar patch 8.2.3350: text properties test fails on MS-Windows v8.2.3350
Sun, 15 Aug 2021 14:45:03 +0200 Bram Moolenaar patch 8.2.3349: eval test for scriptversion fails v8.2.3349
Sun, 15 Aug 2021 14:30:04 +0200 Bram Moolenaar patch 8.2.3348: line2byte() returns wrong value after adding textprop v8.2.3348
Sun, 15 Aug 2021 14:00:04 +0200 Bram Moolenaar patch 8.2.3347: check for legacy script is incomplete v8.2.3347
Sat, 14 Aug 2021 21:45:03 +0200 Bram Moolenaar patch 8.2.3346: Vim9: no error for using "." for concatenation after ":vim9cmd" v8.2.3346
Sat, 14 Aug 2021 21:15:02 +0200 Bram Moolenaar patch 8.2.3345: some code not covered by tests v8.2.3345
Sat, 14 Aug 2021 15:30:03 +0200 Bram Moolenaar patch 8.2.3344: vimscript test fails v8.2.3344
Sat, 14 Aug 2021 15:00:04 +0200 Bram Moolenaar patch 8.2.3343: Vim9: autoload test fails v8.2.3343