summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3430: no generic way to trigger an autocommand on mode changev8.2.3430=?UTF-8?q?Magnus=20Gro=C3=9F?=2021-09-1213-4/+135
* patch 8.2.3429: leaking memory when assigning to list or dictv8.2.3429Bram Moolenaar2021-09-113-3/+19
* patch 8.2.3428: using freed memory when replacingv8.2.3428Bram Moolenaar2021-09-113-3/+21
* patch 8.2.3427: double free when list is copiedv8.2.3427Bram Moolenaar2021-09-113-5/+19
* patch 8.2.3426: crash when deleting a listener in a listener callbackv8.2.3426Bram Moolenaar2021-09-113-6/+52
* patch 8.2.3425: warning for using uninitialized variablev8.2.3425Bram Moolenaar2021-09-112-2/+4
* patch 8.2.3424: a sequence of spaces is hard to see in list modev8.2.3424zeertzjq2021-09-107-29/+264
* patch 8.2.3423: Vim9: list += list creates a new list in :def functionv8.2.3423Bram Moolenaar2021-09-095-12/+36
* patch 8.2.3422: Vim9: no failure if return type differs from returned varv8.2.3422Bram Moolenaar2021-09-093-0/+26
* Update runtime filesBram Moolenaar2021-09-0980-167/+247
* patch 8.2.3421: a bit of code is not covered by testsv8.2.3421Dominique Pelle2021-09-094-2/+21
* patch 8.2.3420: _REENTRANT defined more than oncev8.2.3420Christian Brabandt2021-09-093-3/+9
* patch 8.2.3419: a failing debug expression may make Vim unusablev8.2.3419Bram Moolenaar2021-09-093-17/+11
* patch 8.2.3418: garbage collection while evaluating may cause troublev8.2.3418Christian Brabandt2021-09-092-0/+5
* patch 8.2.3417: Vim9: a failing debug expression aborts script sourcingv8.2.3417Bram Moolenaar2021-09-083-8/+57
* patch 8.2.3416: second error is reported while exception is being thrownv8.2.3416Bram Moolenaar2021-09-083-1/+27
* patch 8.2.3415: Vim9: not all function argument types are properly checkedv8.2.3415Yegappan Lakshmanan2021-09-087-13/+115
* patch 8.2.3414: fullcommand() gives wrong name with buffer-local user commandv8.2.3414Bram Moolenaar2021-09-085-5/+41
* patch 8.2.3413: Vim9: too many characters are allowed in import namev8.2.3413Bram Moolenaar2021-09-084-5/+31
* patch 8.2.3412: Vim9: importing the wrong filev8.2.3412Bram Moolenaar2021-09-072-2/+5
* patch 8.2.3411: Vim9: crash when using base name of importv8.2.3411Bram Moolenaar2021-09-074-0/+25
* patch 8.2.3410: crash with linebreak, listchars and large tabstopv8.2.3410Bram Moolenaar2021-09-073-31/+48
* patch 8.2.3409: reading beyond end of line with invalid utf-8 characterv8.2.3409Bram Moolenaar2021-09-073-1/+12
* patch 8.2.3408: can delete a numbered functionv8.2.3408Bram Moolenaar2021-09-063-0/+14
* patch 8.2.3407: using uninitialized memory with "let g:['bar'] = 2"v8.2.3407Bram Moolenaar2021-09-062-0/+3
* patch 8.2.3406: on some systems tests fail without _REENTRANTv8.2.3406Bram Moolenaar2021-09-063-0/+12
* patch 8.2.3405: cannot have a comment line in a {} block of a user commandv8.2.3405Bram Moolenaar2021-09-063-1/+13
* patch 8.2.3404: Vim9: no error for white space before "("v8.2.3404Bram Moolenaar2021-09-053-2/+12
* patch 8.2.3403: memory leak for :retab with invalid argumentv8.2.3403Bram Moolenaar2021-09-042-2/+13
* patch 8.2.3402: invalid memory access when using :retab with large valuev8.2.3402Bram Moolenaar2021-09-045-21/+34
* patch 8.2.3401: Vim9: cannot use negative count with finddir() and findfile()v8.2.3401Bram Moolenaar2021-09-043-2/+18
* patch 8.2.3400: ":z!" is not supportedv8.2.3400Dominique Pelle2021-09-045-8/+45
* patch 8.2.3399: Octave files are not recognizedv8.2.3399Bram Moolenaar2021-09-035-5/+116
* patch 8.2.3398: html text objects are not fully testedv8.2.3398Dominique Pelle2021-09-032-94/+116
* patch 8.2.3397: no test for what 8.2.3391 fixesv8.2.3397Yegappan Lakshmanan2021-09-022-0/+20
* patch 8.2.3396: when libcall() fails invalid pointer may be usedv8.2.3396Bram Moolenaar2021-09-022-0/+7
* patch 8.2.3395: Vim9: expression breakpoint not checked in :def functionv8.2.3395Bram Moolenaar2021-09-028-5/+75
* patch 8.2.3394: filler lines are wrong when changing text in diff modev8.2.3394Bram Moolenaar2021-09-016-1/+86
* patch 8.2.3393: escaping for fish shell is skipping some charactersv8.2.3393Bram Moolenaar2021-09-013-10/+13
* patch 8.2.3392: augroup completion escapes regexp pattern charactersv8.2.3392Bram Moolenaar2021-09-013-5/+9
* patch 8.2.3391: crash with combination of 'linebreak' and other optionsv8.2.3391Bram Moolenaar2021-08-312-3/+10
* patch 8.2.3390: included xdiff code is outdatedv8.2.3390Christian Brabandt2021-08-3116-144/+239
* patch 8.2.3389: cannot stop insert mode completion without side effectsv8.2.3389zeertzjq2021-08-315-7/+119
* patch 8.2.3388: fnamemodify('path/..', ':p') differs from using 'path/../'v8.2.3388Bram Moolenaar2021-08-303-1/+11
* patch 8.2.3387: compiler warning for non-static functionv8.2.3387Dominique Pelle2021-08-302-1/+3
* patch 8.2.3386: using uninitialized memoryv8.2.3386Dominique Pelle2021-08-292-0/+3
* Update runtime filesBram Moolenaar2021-08-2939-242/+649
* patch 8.2.3385: escaping for fish shell does not work properlyv8.2.3385Jason Cox2021-08-294-8/+38
* patch 8.2.3384: cannot disable modeline for an individual filev8.2.3384Hu Jialun2021-08-284-2/+21
* patch 8.2.3383: Vim9: completion for :disassemble adds parenthesisv8.2.3383naohiro ono2021-08-283-2/+7