summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4600: Vim9: not enough test coverage for executing :def functionv8.2.4600Bram Moolenaar2022-03-207-35/+54
* patch 8.2.4599: GTK: get assertion errors when scrolling a split windowv8.2.4599Bram Moolenaar2022-03-202-1/+3
* patch 8.2.4598: profile completion test sometimes failsv8.2.4598Bram Moolenaar2022-03-202-0/+5
* patch 8.2.4597: LuaV_debug() not covered by testsv8.2.4597Dominique Pelle2022-03-202-0/+25
* patch 8.2.4596: installing tutor binary may failv8.2.4596Sergei Trofimovich2022-03-202-2/+4
* patch 8.2.4595: X11: using --remote-wait may keep the CPU busyv8.2.4595jsecchiero2022-03-202-12/+17
* Update runtime filesBram Moolenaar2022-03-1930-3850/+7065
* patch 8.2.4594: need to write script to a file to be able to source themv8.2.4594Yegappan Lakshmanan2022-03-1911-19/+530
* patch 8.2.4593: unnecessary call to redraw_later()v8.2.4593zeertzjq2022-03-192-2/+3
* patch 8.2.4592: search continues after giving E1204v8.2.4592Bram Moolenaar2022-03-192-1/+6
* patch 8.2.4591: cursor line not updated when a callback moves the cursorv8.2.4591Bram Moolenaar2022-03-196-10/+66
* patch 8.2.4590: Vim9: range type check has wrong offsetv8.2.4590Bram Moolenaar2022-03-184-62/+39
* patch 8.2.4589: cannot index the g: dictionaryv8.2.4589Bram Moolenaar2022-03-185-8/+28
* patch 8.2.4588: mapping with key after other matching mapping does not workv8.2.4588Bram Moolenaar2022-03-183-2/+21
* patch 8.2.4587: Vim9: double free after unpacking a listv8.2.4587Bram Moolenaar2022-03-183-1/+13
* patch 8.2.4586: Vim9: no error for using lower case name for "func" argumentv8.2.4586Bram Moolenaar2022-03-173-4/+14
* patch 8.2.4585: cannot use keypad page-up/down for completion menuv8.2.4585Yegappan Lakshmanan2022-03-173-17/+20
* patch 8.2.4584: error for using autoload function in custom completionv8.2.4584Bram Moolenaar2022-03-173-4/+28
* patch 8.2.4583: screendump test failsv8.2.4583Bram Moolenaar2022-03-162-1/+8
* patch 8.2.4582: useless code handling a type declarationv8.2.4582Bram Moolenaar2022-03-165-22/+40
* patch 8.2.4581: null types not fully testedv8.2.4581Bram Moolenaar2022-03-162-0/+12
* patch 8.2.4580: Vim9: incorrect error for shadowing variablev8.2.4580Bram Moolenaar2022-03-163-1/+21
* patch 8.2.4579: cannot use page-up and page-down in the cmdline popup menuv8.2.4579Yegappan Lakshmanan2022-03-1615-17/+212
* patch 8.2.4578: no warning when autoload script for completion has an errorv8.2.4578Bram Moolenaar2022-03-163-5/+41
* patch 8.2.4577: message test is flakyv8.2.4577Bram Moolenaar2022-03-162-2/+5
* patch 8.2.4576: Vim9: error for comparing with null can be annoyingv8.2.4576Bram Moolenaar2022-03-154-30/+36
* patch 8.2.4575: Vim9: test for profiling still failsv8.2.4575Bram Moolenaar2022-03-159-43/+58
* patch 8.2.4574: Vim9: test for profiling failsv8.2.4574Bram Moolenaar2022-03-152-4/+6
* patch 8.2.4573: a nested function is compiled for debugging without contextv8.2.4573Bram Moolenaar2022-03-156-1/+24
* patch 8.2.4572: Vim9: return type "any" is changed to first returned typev8.2.4572Bram Moolenaar2022-03-153-2/+27
* patch 8.2.4571: not all gdb files are recognizedv8.2.4571Jade Lovelace2022-03-153-2/+4
* patch 8.2.4570: no command line completion for :profile and :profdelv8.2.4570Yegappan Lakshmanan2022-03-155-9/+67
* patch 8.2.4569: Coverity warning for not using a return valuev8.2.4569Bram Moolenaar2022-03-152-1/+3
* patch 8.2.4568: getmousepos() does not compute the column below the last linev8.2.4568Sean Dewar2022-03-153-2/+27
* patch 8.2.4567: bracketed paste doesn't work well in Visual linewise modev8.2.4567zeertzjq2022-03-143-5/+75
* patch 8.2.4566: check for existing buffer in session file may not workv8.2.4566James Cherti2022-03-143-2/+9
* patch 8.2.4565: no command line completion for :breakadd and :breakdelv8.2.4565Bram Moolenaar2022-03-148-20/+290
* patch 8.2.4564: running test leaves file behindv8.2.4564Bram Moolenaar2022-03-142-33/+55
* patch 8.2.4563: "z=" in Visual mode may go beyond the end of the linev8.2.4563Bram Moolenaar2022-03-133-0/+21
* patch 8.2.4562: linear tag search is not optimalv8.2.4562Yegappan Lakshmanan2022-03-132-141/+142
* patch 8.2.4561: build failure with some combination of featuresv8.2.4561Bram Moolenaar2022-03-132-1/+3
* patch 8.2.4560: suspending with CTRL-Z does not work on DragonFlyBSDv8.2.4560ichizok2022-03-132-3/+5
* patch 8.2.4559: getmousepos() returns the screen columnv8.2.4559Bram Moolenaar2022-03-133-12/+18
* patch 8.2.4558: Motif: using default colors does not work as expectedv8.2.4558Bram Moolenaar2022-03-133-27/+12
* patch 8.2.4557: confusing comment about 'cursorlineopt'v8.2.4557zeertzjq2022-03-132-3/+5
* patch 8.2.4556: test fails without the +job or +channel featurev8.2.4556Bram Moolenaar2022-03-133-5/+15
* patch 8.2.4555: getmousepos() returns the wrong columnv8.2.4555Bram Moolenaar2022-03-133-5/+30
* patch 8.2.4554: Vim9: using null values not sufficiently testedv8.2.4554Bram Moolenaar2022-03-124-0/+139
* patch 8.2.4553: linear tag search is a bit slowv8.2.4553Yegappan Lakshmanan2022-03-123-4/+10
* patch 8.2.4552: in a :def function "put = expr" does not workv8.2.4552Bram Moolenaar2022-03-123-2/+4