index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.3429: leaking memory when assigning to list or dict
v8.2.3429
Bram Moolenaar
2021-09-11
3
-3
/
+19
*
patch 8.2.3428: using freed memory when replacing
v8.2.3428
Bram Moolenaar
2021-09-11
3
-3
/
+21
*
patch 8.2.3427: double free when list is copied
v8.2.3427
Bram Moolenaar
2021-09-11
3
-5
/
+19
*
patch 8.2.3426: crash when deleting a listener in a listener callback
v8.2.3426
Bram Moolenaar
2021-09-11
3
-6
/
+52
*
patch 8.2.3425: warning for using uninitialized variable
v8.2.3425
Bram Moolenaar
2021-09-11
2
-2
/
+4
*
patch 8.2.3424: a sequence of spaces is hard to see in list mode
v8.2.3424
zeertzjq
2021-09-10
7
-29
/
+264
*
patch 8.2.3423: Vim9: list += list creates a new list in :def function
v8.2.3423
Bram Moolenaar
2021-09-09
5
-12
/
+36
*
patch 8.2.3422: Vim9: no failure if return type differs from returned var
v8.2.3422
Bram Moolenaar
2021-09-09
3
-0
/
+26
*
Update runtime files
Bram Moolenaar
2021-09-09
80
-167
/
+247
*
patch 8.2.3421: a bit of code is not covered by tests
v8.2.3421
Dominique Pelle
2021-09-09
4
-2
/
+21
*
patch 8.2.3420: _REENTRANT defined more than once
v8.2.3420
Christian Brabandt
2021-09-09
3
-3
/
+9
*
patch 8.2.3419: a failing debug expression may make Vim unusable
v8.2.3419
Bram Moolenaar
2021-09-09
3
-17
/
+11
*
patch 8.2.3418: garbage collection while evaluating may cause trouble
v8.2.3418
Christian Brabandt
2021-09-09
2
-0
/
+5
*
patch 8.2.3417: Vim9: a failing debug expression aborts script sourcing
v8.2.3417
Bram Moolenaar
2021-09-08
3
-8
/
+57
*
patch 8.2.3416: second error is reported while exception is being thrown
v8.2.3416
Bram Moolenaar
2021-09-08
3
-1
/
+27
*
patch 8.2.3415: Vim9: not all function argument types are properly checked
v8.2.3415
Yegappan Lakshmanan
2021-09-08
7
-13
/
+115
*
patch 8.2.3414: fullcommand() gives wrong name with buffer-local user command
v8.2.3414
Bram Moolenaar
2021-09-08
5
-5
/
+41
*
patch 8.2.3413: Vim9: too many characters are allowed in import name
v8.2.3413
Bram Moolenaar
2021-09-08
4
-5
/
+31
*
patch 8.2.3412: Vim9: importing the wrong file
v8.2.3412
Bram Moolenaar
2021-09-07
2
-2
/
+5
*
patch 8.2.3411: Vim9: crash when using base name of import
v8.2.3411
Bram Moolenaar
2021-09-07
4
-0
/
+25
*
patch 8.2.3410: crash with linebreak, listchars and large tabstop
v8.2.3410
Bram Moolenaar
2021-09-07
3
-31
/
+48
*
patch 8.2.3409: reading beyond end of line with invalid utf-8 character
v8.2.3409
Bram Moolenaar
2021-09-07
3
-1
/
+12
*
patch 8.2.3408: can delete a numbered function
v8.2.3408
Bram Moolenaar
2021-09-06
3
-0
/
+14
*
patch 8.2.3407: using uninitialized memory with "let g:['bar'] = 2"
v8.2.3407
Bram Moolenaar
2021-09-06
2
-0
/
+3
*
patch 8.2.3406: on some systems tests fail without _REENTRANT
v8.2.3406
Bram Moolenaar
2021-09-06
3
-0
/
+12
*
patch 8.2.3405: cannot have a comment line in a {} block of a user command
v8.2.3405
Bram Moolenaar
2021-09-06
3
-1
/
+13
*
patch 8.2.3404: Vim9: no error for white space before "("
v8.2.3404
Bram Moolenaar
2021-09-05
3
-2
/
+12
*
patch 8.2.3403: memory leak for :retab with invalid argument
v8.2.3403
Bram Moolenaar
2021-09-04
2
-2
/
+13
*
patch 8.2.3402: invalid memory access when using :retab with large value
v8.2.3402
Bram Moolenaar
2021-09-04
5
-21
/
+34
*
patch 8.2.3401: Vim9: cannot use negative count with finddir() and findfile()
v8.2.3401
Bram Moolenaar
2021-09-04
3
-2
/
+18
*
patch 8.2.3400: ":z!" is not supported
v8.2.3400
Dominique Pelle
2021-09-04
5
-8
/
+45
*
patch 8.2.3399: Octave files are not recognized
v8.2.3399
Bram Moolenaar
2021-09-03
5
-5
/
+116
*
patch 8.2.3398: html text objects are not fully tested
v8.2.3398
Dominique Pelle
2021-09-03
2
-94
/
+116
*
patch 8.2.3397: no test for what 8.2.3391 fixes
v8.2.3397
Yegappan Lakshmanan
2021-09-02
2
-0
/
+20
*
patch 8.2.3396: when libcall() fails invalid pointer may be used
v8.2.3396
Bram Moolenaar
2021-09-02
2
-0
/
+7
*
patch 8.2.3395: Vim9: expression breakpoint not checked in :def function
v8.2.3395
Bram Moolenaar
2021-09-02
8
-5
/
+75
*
patch 8.2.3394: filler lines are wrong when changing text in diff mode
v8.2.3394
Bram Moolenaar
2021-09-01
6
-1
/
+86
*
patch 8.2.3393: escaping for fish shell is skipping some characters
v8.2.3393
Bram Moolenaar
2021-09-01
3
-10
/
+13
*
patch 8.2.3392: augroup completion escapes regexp pattern characters
v8.2.3392
Bram Moolenaar
2021-09-01
3
-5
/
+9
*
patch 8.2.3391: crash with combination of 'linebreak' and other options
v8.2.3391
Bram Moolenaar
2021-08-31
2
-3
/
+10
*
patch 8.2.3390: included xdiff code is outdated
v8.2.3390
Christian Brabandt
2021-08-31
16
-144
/
+239
*
patch 8.2.3389: cannot stop insert mode completion without side effects
v8.2.3389
zeertzjq
2021-08-31
5
-7
/
+119
*
patch 8.2.3388: fnamemodify('path/..', ':p') differs from using 'path/../'
v8.2.3388
Bram Moolenaar
2021-08-30
3
-1
/
+11
*
patch 8.2.3387: compiler warning for non-static function
v8.2.3387
Dominique Pelle
2021-08-30
2
-1
/
+3
*
patch 8.2.3386: using uninitialized memory
v8.2.3386
Dominique Pelle
2021-08-29
2
-0
/
+3
*
Update runtime files
Bram Moolenaar
2021-08-29
39
-242
/
+649
*
patch 8.2.3385: escaping for fish shell does not work properly
v8.2.3385
Jason Cox
2021-08-29
4
-8
/
+38
*
patch 8.2.3384: cannot disable modeline for an individual file
v8.2.3384
Hu Jialun
2021-08-28
4
-2
/
+21
*
patch 8.2.3383: Vim9: completion for :disassemble adds parenthesis
v8.2.3383
naohiro ono
2021-08-28
3
-2
/
+7
*
patch 8.2.3382: crash when getting the type of a NULL partial
v8.2.3382
Bram Moolenaar
2021-08-28
3
-2
/
+14
[next]