summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* patch 8.2.4034: Coverity warns for possibly using a NULL pointerv8.2.4034Bram Moolenaar2022-01-072-1/+3
* patch 8.2.4033: running filetype tests leaves directory behindv8.2.4033zeertzjq2022-01-072-1/+3
* patch 8.2.4032: ATTRIBUTE_NORETURN is not neededv8.2.4032ichizok2022-01-073-6/+10
* patch 8.2.4031: crash in xterm with only two linesv8.2.4031Bram Moolenaar2022-01-073-1/+14
* patch 8.2.4030: a script local funcref is not found from a mappingv8.2.4030Bram Moolenaar2022-01-075-28/+59
* patch 8.2.4029: debugging NFA regexp my crash, cached indent may be wrongv8.2.4029Bram Moolenaar2022-01-074-45/+76
* patch 8.2.4028: ml_get error with :doautoall and Visual areav8.2.4028Bram Moolenaar2022-01-074-2/+22
* patch 8.2.4027: import test fails on MS-Windowsv8.2.4027Bram Moolenaar2022-01-072-8/+10
* patch 8.2.4026: ml_get error with specific win_execute() commandv8.2.4026Bram Moolenaar2022-01-073-0/+23
* patch 8.2.4025: error for import not ending in .vim does not work for .vimrcv8.2.4025Bram Moolenaar2022-01-074-7/+42
* patch 8.2.4024: confusing error message if imported name is used directlyv8.2.4024Bram Moolenaar2022-01-076-9/+39
* patch 8.2.4023: using uninitialized variablev8.2.4023Bram Moolenaar2022-01-062-1/+3
* patch 8.2.4022: two error messages in the wrong filev8.2.4022Bram Moolenaar2022-01-063-4/+6
* patch 8.2.4021: missing part of the :import changesv8.2.4021Bram Moolenaar2022-01-062-10/+12
* patch 8.2.4020: debugger test failsv8.2.4020Bram Moolenaar2022-01-062-2/+4
* patch 8.2.4019: Vim9: import mechanism is too complicatedv8.2.4019Bram Moolenaar2022-01-0616-667/+472
* patch 8.2.4018: ml_get error when win_execute redraws with Visual selectionv8.2.4018Bram Moolenaar2022-01-0610-88/+109
* patch 8.2.4017: gcc warns for misleading indent in Athena menu codev8.2.4017Dominique Pelle2022-01-062-0/+4