]> granicus.if.org Git - vim/shortlog
vim
2021-09-18 Bram Moolenaarpatch 8.2.3448: :endtry after function call that throws... v8.2.3448
2021-09-18 Yegappan Lakshmananpatch 8.2.3447: a couple of declarations are not ANSI C v8.2.3447
2021-09-17 Yegappan Lakshmananpatch 8.2.3446: not enough tests for empty string arguments v8.2.3446
2021-09-17 Bram Moolenaarpatch 8.2.3445: on Solaris longVersion may be declared... v8.2.3445
2021-09-16 Bram Moolenaarpatch 8.2.3444: concealed text not revealed when leavin... v8.2.3444
2021-09-16 Bram Moolenaarpatch 8.2.3443: Vim9: memory leak when and/or fails v8.2.3443
2021-09-16 Bram Moolenaarpatch 8.2.3442: Vim9: || and && are not handled at... v8.2.3442
2021-09-15 Christian Brabandtpatch 8.2.3441: MS-Windows: vimtutor can't handle path... v8.2.3441
2021-09-14 Bram Moolenaarpatch 8.2.3440: recover test fails if there is an old... v8.2.3440
2021-09-14 Christian Brabandtpatch 8.2.3439: deleted lines go to wrong yank register v8.2.3439
2021-09-14 Yegappan Lakshmananpatch 8.2.3438: cannot manipulate blobs v8.2.3438
2021-09-13 Mike Williamspatch 8.2.3437: compiler warnings for 32/64 bit usage v8.2.3437
2021-09-13 Bram Moolenaarpatch 8.2.3436: check for optional bool type has confus... v8.2.3436
2021-09-13 Bram Moolenaarpatch 8.2.3435: Vim9: dict is not passed to dict function v8.2.3435
2021-09-12 Bram Moolenaarpatch 8.2.3434: function prototype for trigger_modechan... v8.2.3434
2021-09-12 Bram Moolenaarpatch 8.2.3433: :delcommand does not take a -buffer... v8.2.3433
2021-09-12 Bram Moolenaarpatch 8.2.3432: octave/Matlab filetype detection does... v8.2.3432
2021-09-12 naohiro onopatch 8.2.3431: completion for :disas sorts local funct... v8.2.3431
2021-09-12 =?UTF-8?q?Magnus... patch 8.2.3430: no generic way to trigger an autocomman... v8.2.3430
2021-09-11 Bram Moolenaarpatch 8.2.3429: leaking memory when assigning to list... v8.2.3429
2021-09-11 Bram Moolenaarpatch 8.2.3428: using freed memory when replacing v8.2.3428
2021-09-11 Bram Moolenaarpatch 8.2.3427: double free when list is copied v8.2.3427
2021-09-11 Bram Moolenaarpatch 8.2.3426: crash when deleting a listener in a... v8.2.3426
2021-09-11 Bram Moolenaarpatch 8.2.3425: warning for using uninitialized variable v8.2.3425
2021-09-10 zeertzjqpatch 8.2.3424: a sequence of spaces is hard to see... v8.2.3424
2021-09-09 Bram Moolenaarpatch 8.2.3423: Vim9: list += list creates a new list... v8.2.3423
2021-09-09 Bram Moolenaarpatch 8.2.3422: Vim9: no failure if return type differs... v8.2.3422
2021-09-09 Bram MoolenaarUpdate runtime files
2021-09-09 Dominique Pellepatch 8.2.3421: a bit of code is not covered by tests v8.2.3421
2021-09-09 Christian Brabandtpatch 8.2.3420: _REENTRANT defined more than once v8.2.3420
2021-09-09 Bram Moolenaarpatch 8.2.3419: a failing debug expression may make... v8.2.3419
2021-09-09 Christian Brabandtpatch 8.2.3418: garbage collection while evaluating... v8.2.3418
2021-09-08 Bram Moolenaarpatch 8.2.3417: Vim9: a failing debug expression aborts... v8.2.3417
2021-09-08 Bram Moolenaarpatch 8.2.3416: second error is reported while exceptio... v8.2.3416
2021-09-08 Yegappan Lakshmananpatch 8.2.3415: Vim9: not all function argument types... v8.2.3415
2021-09-08 Bram Moolenaarpatch 8.2.3414: fullcommand() gives wrong name with... v8.2.3414
2021-09-08 Bram Moolenaarpatch 8.2.3413: Vim9: too many characters are allowed... v8.2.3413
2021-09-07 Bram Moolenaarpatch 8.2.3412: Vim9: importing the wrong file v8.2.3412
2021-09-07 Bram Moolenaarpatch 8.2.3411: Vim9: crash when using base name of... v8.2.3411
2021-09-07 Bram Moolenaarpatch 8.2.3410: crash with linebreak, listchars and... v8.2.3410
2021-09-07 Bram Moolenaarpatch 8.2.3409: reading beyond end of line with invalid... v8.2.3409
2021-09-06 Bram Moolenaarpatch 8.2.3408: can delete a numbered function v8.2.3408
2021-09-06 Bram Moolenaarpatch 8.2.3407: using uninitialized memory with "let... v8.2.3407
2021-09-06 Bram Moolenaarpatch 8.2.3406: on some systems tests fail without... v8.2.3406
2021-09-06 Bram Moolenaarpatch 8.2.3405: cannot have a comment line in a {}... v8.2.3405
2021-09-05 Bram Moolenaarpatch 8.2.3404: Vim9: no error for white space before "(" v8.2.3404
2021-09-04 Bram Moolenaarpatch 8.2.3403: memory leak for :retab with invalid... v8.2.3403
2021-09-04 Bram Moolenaarpatch 8.2.3402: invalid memory access when using :retab... v8.2.3402
2021-09-04 Bram Moolenaarpatch 8.2.3401: Vim9: cannot use negative count with... v8.2.3401
2021-09-04 Dominique Pellepatch 8.2.3400: ":z!" is not supported v8.2.3400
2021-09-03 Bram Moolenaarpatch 8.2.3399: Octave files are not recognized v8.2.3399
2021-09-03 Dominique Pellepatch 8.2.3398: html text objects are not fully tested v8.2.3398
2021-09-02 Yegappan Lakshmananpatch 8.2.3397: no test for what 8.2.3391 fixes v8.2.3397
2021-09-02 Bram Moolenaarpatch 8.2.3396: when libcall() fails invalid pointer... v8.2.3396
2021-09-02 Bram Moolenaarpatch 8.2.3395: Vim9: expression breakpoint not checked... v8.2.3395
2021-09-01 Bram Moolenaarpatch 8.2.3394: filler lines are wrong when changing... v8.2.3394
2021-09-01 Bram Moolenaarpatch 8.2.3393: escaping for fish shell is skipping... v8.2.3393
2021-09-01 Bram Moolenaarpatch 8.2.3392: augroup completion escapes regexp patte... v8.2.3392
2021-08-31 Bram Moolenaarpatch 8.2.3391: crash with combination of 'linebreak... v8.2.3391
2021-08-31 Christian Brabandtpatch 8.2.3390: included xdiff code is outdated v8.2.3390
2021-08-31 zeertzjqpatch 8.2.3389: cannot stop insert mode completion... v8.2.3389
2021-08-30 Bram Moolenaarpatch 8.2.3388: fnamemodify('path/..', ':p') differs... v8.2.3388
2021-08-30 Dominique Pellepatch 8.2.3387: compiler warning for non-static function v8.2.3387
2021-08-29 Dominique Pellepatch 8.2.3386: using uninitialized memory v8.2.3386
2021-08-29 Bram MoolenaarUpdate runtime files
2021-08-29 Jason Coxpatch 8.2.3385: escaping for fish shell does not work... v8.2.3385
2021-08-28 Hu Jialunpatch 8.2.3384: cannot disable modeline for an individu... v8.2.3384
2021-08-28 naohiro onopatch 8.2.3383: Vim9: completion for :disassemble adds... v8.2.3383
2021-08-28 Bram Moolenaarpatch 8.2.3382: crash when getting the type of a NULL... v8.2.3382
2021-08-28 Bram Moolenaarpatch 8.2.3381: crash when using NULL list with sign... v8.2.3381
2021-08-28 Bram Moolenaarpatch 8.2.3380: crash when using NULL string for funcref() v8.2.3380
2021-08-28 Bram Moolenaarpatch 8.2.3379: crash when using NULL job v8.2.3379
2021-08-27 Albert Liupatch 8.2.3378: MS-Windows: completing environment... v8.2.3378
2021-08-26 Bram Moolenaarpatch 8.2.3377: Vim9: :disass completion does not under... v8.2.3377
2021-08-25 Bram Moolenaarpatch 8.2.3376: Vim9: no warning that "@r" does not... v8.2.3376
2021-08-25 Bram Moolenaarpatch 8.2.3375: using uninitialized memory v8.2.3375
2021-08-25 Bram Moolenaarpatch 8.2.3374: Pyret files are not recognized v8.2.3374
2021-08-25 Bram Moolenaarpatch 8.2.3373: text property test fails on MS-Windows v8.2.3373
2021-08-25 Bram Moolenaarpatch 8.2.3372: line2byte() value wrong when adding... v8.2.3372
2021-08-24 Bram Moolenaarpatch 8.2.3371: Vim9: :$ENV cannot be followed by ... v8.2.3371
2021-08-23 Bram Moolenaarpatch 8.2.3370: Vim9: no check for white space before... v8.2.3370
2021-08-23 Bram Moolenaarpatch 8.2.3369: auto formatting after "cw" leaves curso... v8.2.3369
2021-08-23 Bram Moolenaarpatch 8.2.3368: not all Racket files are recognized v8.2.3368
2021-08-22 Bram Moolenaarpatch 8.2.3367: Vim9: :@r executing a register is incon... v8.2.3367
2021-08-22 Bram Moolenaarpatch 8.2.3366: Vim9: debugging elseif does not stop... v8.2.3366
2021-08-21 Bram Moolenaarpatch 8.2.3365: Vim9: cannot use option for all operations v8.2.3365
2021-08-21 rbtnnpatch 8.2.3364: Vim9: crash when :for is skipped v8.2.3364
2021-08-21 Bram Moolenaarpatch 8.2.3363: when :edit reuses the current buffer... v8.2.3363
2021-08-21 Gregory Anderspatch 8.2.3362: buffer overflow when completing long... v8.2.3362
2021-08-20 rbtnnpatch 8.2.3361: Vim9: crash with nested :while v8.2.3361
2021-08-19 naohiro onopatch 8.2.3360: user function completion fails with... v8.2.3360
2021-08-19 Bram Moolenaarpatch 8.2.3359: Vim9: error for type when variable... v8.2.3359
2021-08-17 Bastian Venthurpatch 8.2.3358: structurizr files are not recognized v8.2.3358
2021-08-17 Bram Moolenaarpatch 8.2.3357: crash when 'virtualedit' is set and... v8.2.3357
2021-08-16 Yegappan Lakshmananpatch 8.2.3356: adding many text properties requires... v8.2.3356
2021-08-16 Bram Moolenaarpatch 8.2.3355: MS-Windows: compiler warning for 64... v8.2.3355
2021-08-15 Bram Moolenaarpatch 8.2.3354: build failure with +byte_offset but... v8.2.3354
2021-08-15 Bram Moolenaarpatch 8.2.3353: Vim9: type of argument for negate not... v8.2.3353
2021-08-15 Bram Moolenaarpatch 8.2.3352: Vim9: error for nested :enddef has... v8.2.3352
2021-08-15 Bram Moolenaarpatch 8.2.3351: Vim9: using a function by name may... v8.2.3351
next