summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3569: error for :let when vimrc is Vim 9 scriptv8.2.3569Christian Brabandt2021-11-012-4/+9
* patch 8.2.3568: ctrl-hat test fails with Athena and Motifv8.2.3568Dominique Pelle2021-10-312-1/+7
* patch 8.2.3567: CTRL-I in Insert mode is not testedv8.2.3567Dominique Pelle2021-10-282-0/+19
* patch 8.2.3566: build failure on old systems when using nano timestampv8.2.3566Gary Johnson2021-10-282-0/+17
* patch 8.2.3565: Makefile dependencies are outdatedv8.2.3565Bram Moolenaar2021-10-262-199/+217
* patch 8.2.3564: invalid memory access when scrolling without valid screenv8.2.3564Bram Moolenaar2021-10-253-4/+21
* patch 8.2.3563: build failure with +eval but without GUI or +termguicolorsv8.2.3563Bram Moolenaar2021-10-252-2/+4
* patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel2021-10-2426-398/+1364
* patch 8.2.3561: cscope has a complicated way of giving an error messagev8.2.3561James McCoy2021-10-242-39/+7
* patch 8.2.3560: using freed memory with lambdav8.2.3560Bram Moolenaar2021-10-238-20/+63
* patch 8.2.3559: loop variable recreated every timev8.2.3559Bram Moolenaar2021-10-232-2/+5
* Update runtime filesBram Moolenaar2021-10-2319-280/+520
* patch 8.2.3558: Vim9: asserting the wrong variablev8.2.3558Bram Moolenaar2021-10-232-1/+3
* patch 8.2.3557: Vim9: cannot call imported funcref at script levelv8.2.3557Bram Moolenaar2021-10-223-7/+77
* patch 8.2.3556: filler lines are incorrect for other window in diff modev8.2.3556Bram Moolenaar2021-10-224-6/+41
* patch 8.2.3555: ModeChanged is not triggered on every mode changev8.2.3555=?UTF-8?q?Magnus=20Gro=C3=9F?=2021-10-228-22/+82
* patch 8.2.3554: xxd has various way to exitv8.2.3554DungSaga2021-10-222-62/+48
* patch 8.2.3553: xxd test fails on MS-Windowsv8.2.3553Bram Moolenaar2021-10-222-7/+16
* patch 8.2.3552: xxd revert does not handle end of line correctlyv8.2.3552DungSaga2021-10-223-7/+45
* patch 8.2.3551: checking first character of url twicev8.2.3551itchyny2021-10-212-1/+3
* patch 8.2.3550: completion() does not work properlyv8.2.3550Shougo Matsushita2021-10-213-1/+19
* patch 8.2.3549: mistakes in test commentsv8.2.3549zeertzjq2021-10-212-18/+20
* patch 8.2.3548: GTK GUI crashen when reading from stdinv8.2.3548Bram Moolenaar2021-10-203-4/+32
* patch 8.2.3547: opening the quickfix window triggers BufWinEnter twicev8.2.3547Bram Moolenaar2021-10-206-9/+36
* patch 8.2.3546: build failure without the +eval featurev8.2.3546zeertzjq2021-10-202-0/+4
* 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