summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3524: GUI: ligatures are not usedv8.2.3524Dusan Popovic2021-10-1612-14/+239
* patch 8.2.3523: duplicated code in xxdv8.2.3523DungSaga2021-10-162-8/+6
* patch 8.2.3522: cannot use \x and \u when setting 'listchars'v8.2.3522Bram Moolenaar2021-10-165-8/+47
* patch 8.2.3521: options completion test failsv8.2.3521Bram Moolenaar2021-10-162-1/+3
* patch 8.2.3520: cannot define a function for thesaurus completionv8.2.3520Yegappan Lakshmanan2021-10-1612-8/+138
* Update runtime filesBram Moolenaar2021-10-1626-240/+413
* patch 8.2.3519: TOML files are not recognizedv8.2.3519Aman Verma2021-10-163-3/+7
* patch 8.2.3518: Test_xrestore sometimes failsv8.2.3518Bram Moolenaar2021-10-1616-39/+38
* patch 8.2.3517: TextChanged does not trigger after TextChangedIv8.2.3517Christian Brabandt2021-10-166-11/+52
* patch 8.2.3516: terminal window does not have transparent backgroundv8.2.3516Milly2021-10-155-100/+44
* patch 8.2.3515: nano time test fails on Mac and FreeBSDv8.2.3515ichizok2021-10-152-9/+12
* patch 8.2.3514: autoread test with nano second time sometimes failsv8.2.3514Bram Moolenaar2021-10-152-3/+7
* patch 8.2.3513: using freed memory when using a timer and searchingv8.2.3513Bram Moolenaar2021-10-152-32/+15
* patch 8.2.3512: timestamp test fails on some systemsv8.2.3512Bram Moolenaar2021-10-152-0/+3
* patch 8.2.3511: Vim9: entry for loop variable is created every roundv8.2.3511Bram Moolenaar2021-10-153-4/+8
* patch 8.2.3510: changes are only detected with one second accuracyv8.2.3510Leah Neukirchen2021-10-1413-6/+151
* patch 8.2.3509: undo file is not syncedv8.2.3509Bram Moolenaar2021-10-143-2/+9
* patch 8.2.3508: Vim9: bad separators for "g" and "s" insufficiently testedv8.2.3508Bram Moolenaar2021-10-142-0/+10
* patch 8.2.3507: generating proto files may failv8.2.3507Bram Moolenaar2021-10-142-8/+10
* patch 8.2.3506: Vim9: special cases for "g" and "s" insufficiently testedv8.2.3506Bram Moolenaar2021-10-132-0/+26
* patch 8.2.3505: Vim9: build failure without the +eval featurev8.2.3505Bram Moolenaar2021-10-132-0/+6
* patch 8.2.3504: Vim9: warning for signed vs unsignedv8.2.3504Bram Moolenaar2021-10-132-1/+3
* patch 8.2.3503: Vim9: using g:pat:cmd is confusingv8.2.3503Bram Moolenaar2021-10-138-1/+111
* patch 8.2.3502: cannot enter password in shell commandv8.2.3502Bram Moolenaar2021-10-132-0/+7
* patch 8.2.3501: tmux filetype dection is incompletev8.2.3501Eric Pruitt2021-10-123-1/+6
* patch 8.2.3500: Github CI fails to install clangv8.2.3500Christian Brabandt2021-10-122-1/+3
* patch 8.2.3499: GUI geometry startup test failsv8.2.3499Bram Moolenaar2021-10-112-5/+7
* patch 8.2.3498: recover test may fail on some systemsv8.2.3498James McCoy2021-10-112-3/+7
* patch 8.2.3497: put test fails when run by itselfv8.2.3497Dominique Pelle2021-10-112-0/+4
* 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