summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4616: Vim9: Declarations in a {} block of a user command remainv8.2.4616Bram Moolenaar2022-03-233-0/+58
* patch 8.2.4615: mapping with escaped bar does not work in :def functionv8.2.4615Bram Moolenaar2022-03-236-10/+27
* patch 8.2.4614: redrawing too much when 'cursorline' is setv8.2.4614zeertzjq2022-03-236-43/+13
* patch 8.2.4613: return type of swapfile_unchanged() is wrongv8.2.4613zeertzjq2022-03-232-1/+3
* patch 8.2.4612: Vim9: cannot use a recursive call in a nested functionv8.2.4612Bram Moolenaar2022-03-236-21/+52
* patch 8.2.4611: typos in tests; one lua line not covered by testv8.2.4611Dominique Pelle2022-03-2214-28/+40
* patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar2022-03-2213-23/+18
* patch 8.2.4609: :unhide does not check for failing to close a windowv8.2.4609Bram Moolenaar2022-03-225-12/+33
* patch 8.2.4608: getcompletion() does not work when 'wildoptions' has "fuzzy"v8.2.4608Yegappan Lakshmanan2022-03-224-1/+28
* patch 8.2.4607: sourcing buffer lines may lead to errors for conflictsv8.2.4607Yegappan Lakshmanan2022-03-226-38/+121
* patch 8.2.4606: test fails because of changed error messagev8.2.4606Bram Moolenaar2022-03-213-4/+8
* patch 8.2.4604: error for redefining a script item may be confusingv8.2.4604Bram Moolenaar2022-03-212-1/+3
* patch 8.2.4603: sourcing buffer lines is too complicatedv8.2.4603Yegappan Lakshmanan2022-03-217-287/+418
* patch 8.2.4602: Vim9: not enough test coverage for executing :def functionv8.2.4602Bram Moolenaar2022-03-208-52/+82
* patch 8.2.4601: Vim9: not enough test coverage for executing :def functionv8.2.4601Bram Moolenaar2022-03-204-0/+23
* 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