summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3596: crash when using :pedit in Vim9 scriptv8.2.3596Yegappan Lakshmanan2021-11-153-5/+18
* patch 8.2.3595: check for signed overflow might not work everywherev8.2.3595Bram Moolenaar2021-11-142-2/+8
* patch 8.2.3594: xxd code is a bit difficult to understandv8.2.3594Bram Moolenaar2021-11-142-29/+44
* patch 8.2.3593: directory is wrong after executing "lcd" with win_execute()v8.2.3593Bram Moolenaar2021-11-145-30/+58
* patch 8.2.3592: Test_hlset fails when terminal has many columnsv8.2.3592Dominique Pelle2021-11-132-0/+7
* patch 8.2.3591: no event is triggered when closing a windowv8.2.3591naohiro ono2021-11-136-4/+84
* patch 8.2.3590: test for v:colornames sometimes failsv8.2.3590Drew Vogel2021-11-135-35/+24
* patch 8.2.3589: failure when "term_rows" of term_start() is an unusual valuev8.2.3589Bram Moolenaar2021-11-134-1/+11
* patch 8.2.3588: break statement is never reachedv8.2.3588Bram Moolenaar2021-11-122-5/+6
* patch 8.2.3587: compiler test fails with backslash file separatorv8.2.3587Bram Moolenaar2021-11-122-1/+3
* patch 8.2.3586: command completion test failsv8.2.3586Bram Moolenaar2021-11-122-2/+4
* patch 8.2.3585: crash when passing float to "term_rows" of term_start()v8.2.3585Bram Moolenaar2021-11-124-2/+13
* patch 8.2.3584: "verbose set efm" reports location of the :compiler commandv8.2.3584Bram Moolenaar2021-11-126-5/+20
* patch 8.2.3583: the "gd" and "gD" commands do not update search statsv8.2.3583Bram Moolenaar2021-11-125-3/+58
* Update runtime filesBram Moolenaar2021-11-0748-416/+359
* patch 8.2.3582: reading uninitialized memory when giving spell suggestionsv8.2.3582Bram Moolenaar2021-11-043-1/+11
* patch 8.2.3581: reading character past end of linev8.2.3581Bram Moolenaar2021-11-043-0/+12
* patch 8.2.3580: gj does not move properly with a wide characterv8.2.3580Christian Brabandt2021-11-043-1/+22
* patch 8.2.3579: CI sometimes fails for MinGWv8.2.3579Christian Brabandt2021-11-032-1/+8
* Add missing piece of patch 8.2.3578Bram Moolenaar2021-11-031-0/+2
* patch 8.2.3578: manipulating highlighting is complicatedv8.2.3578Yegappan Lakshmanan2021-11-039-0/+724
* patch 8.2.3577: overflow check fails with 32 intsv8.2.3577Bram Moolenaar2021-11-032-0/+6
* patch 8.2.3576: some functions are not documented for use with a methodv8.2.3576Sean Dewar2021-11-032-1/+3
* patch 8.2.3575: overflow check still fails when sizeof(int) == sizeof(long)v8.2.3575Bram Moolenaar2021-11-022-3/+11
* patch 8.2.3574: divide by zerov8.2.3574Bram Moolenaar2021-11-022-2/+5
* patch 8.2.3573: cannot decide whether to skip test that fails with 64 bitv8.2.3573Bram Moolenaar2021-11-025-9/+14
* patch 8.2.3572: memory leak when closing window and using "multispace"v8.2.3572zeertzjq2021-11-023-5/+15
* patch 8.2.3571: some unicode control characters are considered printablev8.2.3571Bram Moolenaar2021-11-022-1/+3
* patch 8.2.3570: Test_very_large_count fails on 32bit systemsv8.2.3570Bram Moolenaar2021-11-012-0/+6
* 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