summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-152-1/+3
* 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-147-18/+287
* 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
* patch 8.2.4551: when mapping <Esc> terminal codes are not recognizedv8.2.4551Bram Moolenaar2022-03-123-1/+24
* patch 8.2.4550: Motif: cannot set the color of the scrollbar thumbv8.2.4550Bram Moolenaar2022-03-122-2/+2
* patch 8.2.4549: cannot build with Motif and editresv8.2.4549Bram Moolenaar2022-03-123-2/+4
* patch 8.2.4548: script-local function is deleted when used in a funcrefv8.2.4548Bram Moolenaar2022-03-113-3/+24
* patch 8.2.4547: the neXTaw GUI is old and does not work wellv8.2.4547Bram Moolenaar2022-03-114-127/+14
* patch 8.2.4546: duplicate #undefv8.2.4546zeertzjq2022-03-112-1/+2
* patch 8.2.4545: MS-Windows: the installed icon is low resolutionv8.2.4545Christian Brabandt2022-03-112-0/+2
* patch 8.2.4544: Coverity warnings for not using returned valuev8.2.4544Bram Moolenaar2022-03-112-5/+10
* patch 8.2.4543: Coverity warning for refactored tag search codev8.2.4543Yegappan Lakshmanan2022-03-113-46/+48
* patch 8.2.4542: Vim9: "break" inside try/catch not handled correctlyv8.2.4542Bram Moolenaar2022-03-104-7/+45
* patch 8.2.4541: Crash in debugger when a variable is not availablev8.2.4541Bram Moolenaar2022-03-103-1/+21
* patch 8.2.4540: line number for error is off by onev8.2.4540Bram Moolenaar2022-03-103-0/+12
* patch 8.2.4539: when comparing special v:none and v:null are handled the samev8.2.4539Bram Moolenaar2022-03-105-34/+70
* patch 8.2.4538: the find_tags_in_file() function is too longv8.2.4538Yegappan Lakshmanan2022-03-103-628/+746
* patch 8.2.4537: output from linter and language server shows up in gitv8.2.4537=?UTF-8?q?Dundar=20G=C3=B6c?=2022-03-101-0/+2
* patch 8.2.4536: debugger test fails when breaking on expressionv8.2.4536Bram Moolenaar2022-03-102-1/+8
* patch 8.2.4535: filename modifer ":8" removes the filenamev8.2.4535Christian Brabandt2022-03-103-1/+8
* patch 8.2.4534: Vim9: "is" operator with empty string and null returns truev8.2.4534Bram Moolenaar2022-03-104-5/+27
* patch 8.2.4533: Vim9: no test that after assigning null type is still checkedv8.2.4533Bram Moolenaar2022-03-092-0/+27
* patch 8.2.4532: suspending with CTRL-Z does not work on OpenBSDv8.2.4532Stuart Henderson2022-03-092-2/+5
* patch 8.2.4531: LGTM warnings for condition and buffer sizev8.2.4531=?UTF-8?q?Dundar=20G=C3=B6c?=2022-03-093-2/+4
* patch 8.2.4530: making comparison with null work changes legacy behaviorv8.2.4530Bram Moolenaar2022-03-093-1/+38
* patch 8.2.4529: Vim9: comparing partial with function failsv8.2.4529Bram Moolenaar2022-03-088-8/+64
* patch 8.2.4528: crash when using null_function for a partialv8.2.4528Bram Moolenaar2022-03-083-6/+22
* patch 8.2.4527: the Athena GUI is old and does not work wellv8.2.4527Bram Moolenaar2022-03-084-169/+36
* patch 8.2.4526: Vim9: cannot set variables to a null valuev8.2.4526Bram Moolenaar2022-03-0815-44/+297