summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalidv8.2.3545zeertzjq2021-10-206-3/+56
* patch 8.2.3544: Unix: may leak file descriptor using non-existing directoryv8.2.3544itchyny2021-10-202-1/+6
* patch 8.2.3543: swapname has double slash when 'directory' ends in itv8.2.3543Bram Moolenaar2021-10-193-2/+8
* patch 8.2.3542: too many comments are old stylev8.2.3542Bram Moolenaar2021-10-192-102/+63
* patch 8.2.3541: compiler warning for unused variable in tiny versionv8.2.3541Bram Moolenaar2021-10-192-0/+6
* patch 8.2.3540: the mark '] is wrong after put with a countv8.2.3540Bram Moolenaar2021-10-193-1/+15
* patch 8.2.3539: GTK3: with 'rightleft' set scrollbar may move unintentionallyv8.2.3539Bram Moolenaar2021-10-192-0/+7
* patch 8.2.3538: else-if indenting is confusingv8.2.3538Yegappan Lakshmanan2021-10-192-4/+8
* patch 8.2.3537: mode() does not return the right value in 'operatorfunc'v8.2.3537naohiro ono2021-10-193-0/+23
* patch 8.2.3536: the do_highlight() function is way too longv8.2.3536Yegappan Lakshmanan2021-10-182-769/+914
* patch 8.2.3535: if-else indenting is confusingv8.2.3535Dominique Pelle2021-10-182-3/+7
* patch 8.2.3534: autoread test is a bit flakyv8.2.3534Bram Moolenaar2021-10-182-1/+4
* patch 8.2.3533: inefficient code in xxdv8.2.3533DungSaga2021-10-182-11/+8
* patch 8.2.3532: the previous '' mark is restored after moving the cursorv8.2.3532Bram Moolenaar2021-10-173-3/+13
* patch 8.2.3531: command line completion test fails on MS-Windowsv8.2.3531Bram Moolenaar2021-10-172-4/+9
* patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" worksv8.2.3530Bram Moolenaar2021-10-1711-15/+38
* patch 8.2.3529: xxd usage output is incompletev8.2.3529Atsushi SUGAWARA2021-10-172-1/+3
* patch 8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scopev8.2.3528Bram Moolenaar2021-10-179-51/+109
* patch 8.2.3527: gcc complains about uninitialized variablev8.2.3527Bram Moolenaar2021-10-172-1/+4
* patch 8.2.3526: tests have clumsy check for X11 based GUIv8.2.3526Bram Moolenaar2021-10-165-150/+99
* patch 8.2.3525: option variable name does not match option namev8.2.3525Bram Moolenaar2021-10-166-9/+11
* 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