summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3496: crypt test fails if xxd was not installed yetv8.2.3496James McCoy2021-10-112-1/+13
* patch 8.2.3495: GUI geometry startup test fails on some systemsv8.2.3495Bram Moolenaar2021-10-112-1/+10
* patch 8.2.3494: illegal memory access in utf_head_offv8.2.3494Bram Moolenaar2021-10-113-2/+23
* patch 8.2.3493: large count test fails on MS-Windowsv8.2.3493Bram Moolenaar2021-10-102-1/+6
* patch 8.2.3492: crash when pasting too many timesv8.2.3492Bram Moolenaar2021-10-104-2/+21
* patch 8.2.3491: xpm2 filetype dection is not so goodv8.2.3491Bram Moolenaar2021-10-092-1/+16
* patch 8.2.3490: superfluous return statementsv8.2.3490=?UTF-8?q?Dundar=20G=C3=B6c?=2021-10-096-8/+2
* patch 8.2.3489: ml_get error after search with rangev8.2.3489Bram Moolenaar2021-10-093-2/+20
* patch 8.2.3488: issue template is not easy to usev8.2.3488snxx2021-10-093-34/+49
* patch 8.2.3487: illegal memory access if buffer name is very longv8.2.3487Bram Moolenaar2021-10-083-5/+17
* patch 8.2.3486: illegal memory access with invalid sequence of commandsv8.2.3486Bram Moolenaar2021-10-063-2/+30
* patch 8.2.3485: Python 3 test fails with Python 3.10v8.2.3485Zdenek Dohnal2021-10-062-1/+3
* patch 8.2.3484: crash when going through spell suggestionsv8.2.3484Bram Moolenaar2021-10-064-1/+25
* patch 8.2.3483: #ifdef for using sysinfo() is incompletev8.2.3483Bram Moolenaar2021-10-064-5/+9
* patch 8.2.3482: reading beyond end of line ending in quote and backslashv8.2.3482Bram Moolenaar2021-10-053-2/+11
* patch 8.2.3481: failures when char is unsignedv8.2.3481James McCoy2021-10-053-3/+11
* patch 8.2.3480: test does not fail without the fix for a crashv8.2.3480Dominique Pelle2021-10-052-7/+18
* patch 8.2.3479: crash when calling job_start with an invalid argumentv8.2.3479Bram Moolenaar2021-10-053-0/+7
* patch 8.2.3478: still crash with error in :catch and also in :finallyv8.2.3478Bram Moolenaar2021-10-053-4/+11
* patch 8.2.3477: startup test fails on MS-Windowsv8.2.3477Bram Moolenaar2021-10-052-0/+4
* patch 8.2.3476: renaming a buffer on startup may cause using freed memoryv8.2.3476Bram Moolenaar2021-10-043-1/+27
* patch 8.2.3475: expression register set by not executed put commandv8.2.3475kuuote2021-10-043-2/+15
* patch 8.2.3474: some places use "Vimscript" instead of "Vim script"v8.2.3474h-east2021-10-044-6/+8
* Update runtime filesBram Moolenaar2021-10-0450-369/+2852
* patch 8.2.3473: some files with tcl syntax are not recognizedv8.2.3473Bram Moolenaar2021-10-043-2/+7
* patch 8.2.3472: other crashes with empty search pattern not testedv8.2.3472Bram Moolenaar2021-10-042-2/+7
* patch 8.2.3471: crash when using CTRL-T after an empty search patternv8.2.3471Bram Moolenaar2021-10-043-1/+19
* patch 8.2.3470: crash with error in :catch and also in :finallyv8.2.3470Bram Moolenaar2021-10-043-1/+16
* patch 8.2.3469: some files with json syntax are not recognizedv8.2.3469Bram Moolenaar2021-10-033-1/+6
* patch 8.2.3468: problem with :cd when editing file in non-existent directoryv8.2.3468Bram Moolenaar2021-10-033-1/+28
* patch 8.2.3467: CursorHoldI event interferes with "CTRL-G U"v8.2.3467Bram Moolenaar2021-10-033-0/+21
* patch 8.2.3466: completion submode not indicated for virtual replacev8.2.3466zeertzjq2021-10-034-5/+53
* patch 8.2.3465: cannot detect insert scroll modev8.2.3465zeertzjq2021-10-034-2/+11
* 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