summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3446: not enough tests for empty string argumentsv8.2.3446Yegappan Lakshmanan2021-09-176-17/+66
* patch 8.2.3445: on Solaris longVersion may be declared twicev8.2.3445Bram Moolenaar2021-09-172-2/+6
* patch 8.2.3444: concealed text not revealed when leaving insert modev8.2.3444Bram Moolenaar2021-09-164-2/+36
* patch 8.2.3443: Vim9: memory leak when and/or failsv8.2.3443Bram Moolenaar2021-09-162-1/+4
* patch 8.2.3442: Vim9: || and && are not handled at compile timev8.2.3442Bram Moolenaar2021-09-165-38/+137
* patch 8.2.3441: MS-Windows: vimtutor can't handle path with spacesv8.2.3441Christian Brabandt2021-09-152-1/+3
* patch 8.2.3440: recover test fails if there is an old swap filev8.2.3440Bram Moolenaar2021-09-142-0/+8
* patch 8.2.3439: deleted lines go to wrong yank registerv8.2.3439Christian Brabandt2021-09-145-0/+64
* patch 8.2.3438: cannot manipulate blobsv8.2.3438Yegappan Lakshmanan2021-09-1411-1/+185
* patch 8.2.3437: compiler warnings for 32/64 bit usagev8.2.3437Mike Williams2021-09-134-5/+8
* patch 8.2.3436: check for optional bool type has confusing return typev8.2.3436Bram Moolenaar2021-09-132-3/+7
* patch 8.2.3435: Vim9: dict is not passed to dict functionv8.2.3435Bram Moolenaar2021-09-136-26/+226
* patch 8.2.3434: function prototype for trigger_modechanged() is incompletev8.2.3434Bram Moolenaar2021-09-122-1/+3
* patch 8.2.3433: :delcommand does not take a -buffer optionv8.2.3433Bram Moolenaar2021-09-125-6/+47
* patch 8.2.3432: octave/Matlab filetype detection does not work properlyv8.2.3432Bram Moolenaar2021-09-123-14/+13
* patch 8.2.3431: completion for :disas sorts local functions firstv8.2.3431naohiro ono2021-09-123-1/+9
* 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