summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4083: Vim9: no test for "vim9script autoload' using script variablev8.2.4083Bram Moolenaar2022-01-133-7/+41
* patch 8.2.4082: check for autoload file name and prefix failsv8.2.4082Bram Moolenaar2022-01-133-0/+31
* patch 8.2.4081: CodeQL reports problem in if_cscope causing it to failv8.2.4081ichizok2022-01-139-95/+82
* patch 8.2.4080: not sufficient test coverage for xxdv8.2.4080Erik Auerswald2022-01-132-3/+55
* patch 8.2.4079: MS-Windows: "gvim --version" didn't work with VIMDLLv8.2.4079K.Takata2022-01-132-1/+3
* patch 8.2.4078: terminal test for current directory not used on FreeBSDv8.2.4078Bram Moolenaar2022-01-136-27/+12
* patch 8.2.4077: not all Libsensors files are recognizedv8.2.4077Bram Moolenaar2022-01-133-1/+6
* patch 8.2.4076: memory leak in autoload importv8.2.4076Bram Moolenaar2022-01-132-1/+4
* patch 8.2.4075: test failuresv8.2.4075Bram Moolenaar2022-01-132-3/+3
* patch 8.2.4074: going over the end of NameBuffv8.2.4074Bram Moolenaar2022-01-133-4/+22
* patch 8.2.4073: Coverity warns for using NULL pointerv8.2.4073Bram Moolenaar2022-01-132-4/+6
* patch 8.2.4072: Vim9: compiling function fails when autoload is not loadedv8.2.4072Bram Moolenaar2022-01-126-4/+83
* patch 8.2.4071: Vim9: no detection of return in try/endtryv8.2.4071Bram Moolenaar2022-01-125-2/+73
* patch 8.2.4070: using uninitialized memory when reading empty filev8.2.4070Dominique Pelle2022-01-123-1/+10
* patch 8.2.4069: Vim9: import test fails on MS-Windowsv8.2.4069Bram Moolenaar2022-01-124-6/+8
* patch 8.2.4068: Vim9: import test failsv8.2.4068Bram Moolenaar2022-01-122-1/+4
* patch 8.2.4067: Vim9: cannot call imported function with :callv8.2.4067Bram Moolenaar2022-01-123-0/+55
* patch 8.2.4066: Vim9: imported autoload script loaded againv8.2.4066Bram Moolenaar2022-01-124-13/+29
* patch 8.2.4065: computation overflow with large cound for :yankv8.2.4065Bram Moolenaar2022-01-113-2/+12
* patch 8.2.4064: foam files are not detectedv8.2.4064Elwardi2022-01-114-0/+72
* patch 8.2.4063: Vim9: exported function in autoload script not foundv8.2.4063Bram Moolenaar2022-01-113-7/+55
* patch 8.2.4062: match highlighting of tab too shortv8.2.4062Bram Moolenaar2022-01-114-2/+33
* patch 8.2.4061: codecov bash script is deprecatedv8.2.4061ichizok2022-01-112-27/+35
* patch 8.2.4060: win_execute() slow on systems where getcwd()/chdir() is slowv8.2.4060Bram Moolenaar2022-01-112-2/+17
* patch 8.2.4059: Vim9: an expression of a map cannot access script-local itemsv8.2.4059Bram Moolenaar2022-01-115-9/+58
* patch 8.2.4058: Vim9: import test failure in wrong linev8.2.4058Bram Moolenaar2022-01-102-1/+3
* patch 8.2.4057: Vim9: not fully implementing the autoload mechanismv8.2.4057Bram Moolenaar2022-01-104-177/+248
* patch 8.2.4056: Vim9: memory leak when exporting function in autoload scriptv8.2.4056Bram Moolenaar2022-01-102-0/+3
* patch 8.2.4055: Vim9: line break in expression causes v:errmsg to be fillecv8.2.4055Bram Moolenaar2022-01-103-3/+26
* patch 8.2.4054: Vim9 script test failsv8.2.4054Bram Moolenaar2022-01-102-0/+14
* patch 8.2.4053: Vim9: autoload mechanism doesn't fully work yetv8.2.4053Bram Moolenaar2022-01-109-52/+139
* patch 8.2.4052: not easy to resize a window from a pluginv8.2.4052Daniel Steinberg2022-01-107-0/+189
* patch 8.2.4051: compiler complains about possibly uninitialized variablev8.2.4051Bram Moolenaar2022-01-102-3/+7
* patch 8.2.4050: Vim9: need to prefix every item in an autoload scriptv8.2.4050Bram Moolenaar2022-01-0915-118/+403
* patch 8.2.4049: Vim9: reading before the start of the line with "$"v8.2.4049Bram Moolenaar2022-01-093-1/+4
* patch 8.2.4048: gcc complains about use of "%p" in printfv8.2.4048Dominique Pelle2022-01-092-6/+8
* patch 8.2.4047: depending on the build features error messages are unusedv8.2.4047Dominique Pelle2022-01-092-35/+341
* Update runtime filesBram Moolenaar2022-01-0838-280/+341
* patch 8.2.4046: some error messages not in the right placev8.2.4046Bram Moolenaar2022-01-084-4/+13
* patch 8.2.4045: some global functions are only used in one filev8.2.4045Yegappan Lakshmanan2022-01-0811-113/+111
* patch 8.2.4044: Vim9: no error when importing the same script twicev8.2.4044Bram Moolenaar2022-01-084-31/+51
* patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar2022-01-0836-67/+69
* patch 8.2.4042: Vim9: build errorv8.2.4042Bram Moolenaar2022-01-082-4/+7
* patch 8.2.4041: using unitialized pointerv8.2.4041Bram Moolenaar2022-01-082-0/+6
* patch 8.2.4040: keeping track of allocated lines is too complicatedv8.2.4040Bram Moolenaar2022-01-0810-47/+82
* patch 8.2.4039: the xdiff library is linked in even when not usedv8.2.4039Bram Moolenaar2022-01-086-2/+32
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-0835-74/+126
* patch 8.2.4037: Insert mode completion is insufficiently testedv8.2.4037Yegappan Lakshmanan2022-01-083-6/+264
* patch 8.2.4036: Vim9: script test file is getting too longv8.2.4036Bram Moolenaar2022-01-074-1059/+1074
* patch 8.2.4035: timer triggered at the debug prompt may cause troublev8.2.4035Bram Moolenaar2022-01-072-2/+5