summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3464: nginx files are not recognizedv8.2.3464Chris Aumann2021-10-033-0/+6
* patch 8.2.3463: pattern matching with ModeChanged not testedv8.2.3463Bram Moolenaar2021-10-022-0/+23
* patch 8.2.3462: ModeChanged only uses one character for new_mode and old_modev8.2.3462Bram Moolenaar2021-10-023-4/+12
* patch 8.2.3461: cannot distinguish Normal and Terminal-Normal modev8.2.3461Bram Moolenaar2021-10-024-1/+16
* patch 8.2.3460: some type casts are not neededv8.2.3460=?UTF-8?q?Dundar=20G=C3=B6c?=2021-10-029-18/+20
* patch 8.2.3459: Vim9: need more tests for empty string argumentsv8.2.3459Yegappan Lakshmanan2021-09-305-4/+65
* patch 8.2.3458: not all dictdconf files are recognizedv8.2.3458Bram Moolenaar2021-09-263-2/+4
* patch 8.2.3457: MS-Windows Vim9: test executed and failsv8.2.3457Bram Moolenaar2021-09-262-0/+6
* patch 8.2.3456: Vim9: not all functions are tested with empty string argumentv8.2.3456Yegappan Lakshmanan2021-09-263-5/+81
* patch 8.2.3455: using a count with "gp" leaves '] in wrong positionv8.2.3455Bram Moolenaar2021-09-223-2/+9
* patch 8.2.3454: using a count with "gp" leave cursor in wrong positionv8.2.3454Bram Moolenaar2021-09-223-3/+23
* patch 8.2.3453: autocmd not executed when editing a directoryv8.2.3453Bram Moolenaar2021-09-223-1/+16
* Correct Spanish translationsBram Moolenaar2021-09-211-1/+2
* Update runtime filesBram Moolenaar2021-09-2120-113/+378
* patch 8.2.3452: MPD files are not recognizedv8.2.3452Steven Penny2021-09-213-1/+6
* patch 8.2.3451: not all apache files are recognizedv8.2.3451Zdenek Dohnal2021-09-203-2/+4
* patch 8.2.3450: coveralls action failsv8.2.3450Bram Moolenaar2021-09-192-24/+26
* patch 8.2.3449: sort fails if the sort compare function returns 999v8.2.3449Yasuhiro Matsumoto2021-09-193-0/+9
* patch 8.2.3448: :endtry after function call that throws not foundv8.2.3448Bram Moolenaar2021-09-183-4/+34
* patch 8.2.3447: a couple of declarations are not ANSI Cv8.2.3447Yegappan Lakshmanan2021-09-182-2/+4
* 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