summaryrefslogtreecommitdiffstats
path: root/src/userfunc.c
AgeCommit message (Expand)Author
2022-02-25patch 8.2.4472: Coverity warns for use of a freed function namev8.2.4472Bram Moolenaar
2022-02-23patch 8.2.4460: Vim9: wrong error for defining dict functionv8.2.4460Bram Moolenaar
2022-02-21patch 8.2.4429: using script-local function from the wrong scriptv8.2.4429Bram Moolenaar
2022-02-18patch 8.2.4417: using NULL pointerv8.2.4417Bram Moolenaar
2022-02-18patch 8.2.4416: Vim9: using a script-local function requires using "s:"v8.2.4416Bram Moolenaar
2022-02-13patch 8.2.4375: ctx_imports is not usedv8.2.4375Bram Moolenaar
2022-02-13patch 8.2.4367: calling in_vim9script() multiple timesv8.2.4367Bram Moolenaar
2022-02-12patch 8.2.4365: sticky command modifiers are too stickyv8.2.4365Bram Moolenaar
2022-02-12patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistenciesv8.2.4360Bram Moolenaar
2022-02-08patch 8.2.4332: Vim9: incomplete test for existing script variable in blockv8.2.4332Bram Moolenaar
2022-02-07patch 8.2.4324: Vim9: script-local function name can start with "_"v8.2.4324Bram Moolenaar
2022-02-06patch 8.2.4308: Vim9: cannot list autoload functionv8.2.4308Bram Moolenaar
2022-01-31patch 8.2.4269: Coverity warns for using a NULL pointerv8.2.4269Bram Moolenaar
2022-01-30patch 8.2.4266: compiler warning for uninitialized variablev8.2.4266Bram Moolenaar
2022-01-30patch 8.2.4264: Vim9: can use old style autoload function namev8.2.4264Bram Moolenaar
2022-01-30patch 8.2.4260: Vim9: can still use a global function without g:v8.2.4260Bram Moolenaar
2022-01-29patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar
2022-01-24patch 8.2.4202: Vim9: cannot export function that exists globallyv8.2.4202Bram Moolenaar
2022-01-21patch 8.2.4174: Vim9: can use an autoload name in normal scriptv8.2.4174Bram Moolenaar
2022-01-21patch 8.2.4171: cannot invoke option function using autoload importv8.2.4171Bram Moolenaar
2022-01-21patch 8.2.4168: disallowing empty function name breaks existing pluginsv8.2.4168Bram Moolenaar
2022-01-20patch 8.2.4164: error in legacy code for function shadowing variablev8.2.4164Bram Moolenaar
2022-01-20patch 8.2.4163: no error for omitting function name after autoload prefixv8.2.4163Bram Moolenaar
2022-01-20patch 8.2.4162: Vim9: no error for redefining function with exportv8.2.4162Bram Moolenaar
2022-01-19patch 8.2.4145: confusing error when using name of import for a functionv8.2.4145Bram Moolenaar
2022-01-17patch 8.2.4123: complete function cannot be import.Namev8.2.4123Bram Moolenaar
2022-01-16patch 8.2.4114: Vim9: type checking for a funcref does not work for methodv8.2.4114Bram Moolenaar
2022-01-13patch 8.2.4086: "cctx" argument of find_func_even_dead() is unusedv8.2.4086Bram Moolenaar
2022-01-13patch 8.2.4075: test failuresv8.2.4075Bram Moolenaar
2022-01-13patch 8.2.4073: Coverity warns for using NULL pointerv8.2.4073Bram Moolenaar
2022-01-12patch 8.2.4067: Vim9: cannot call imported function with :callv8.2.4067Bram Moolenaar
2022-01-11patch 8.2.4063: Vim9: exported function in autoload script not foundv8.2.4063Bram Moolenaar
2022-01-10patch 8.2.4055: Vim9: line break in expression causes v:errmsg to be fillecv8.2.4055Bram Moolenaar
2022-01-10patch 8.2.4053: Vim9: autoload mechanism doesn't fully work yetv8.2.4053Bram Moolenaar
2022-01-09patch 8.2.4050: Vim9: need to prefix every item in an autoload scriptv8.2.4050Bram Moolenaar
2022-01-08patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar
2022-01-08patch 8.2.4040: keeping track of allocated lines is too complicatedv8.2.4040Bram Moolenaar
2022-01-08patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle
2022-01-07patch 8.2.4030: a script local funcref is not found from a mappingv8.2.4030Bram Moolenaar
2022-01-07patch 8.2.4024: confusing error message if imported name is used directlyv8.2.4024Bram Moolenaar
2022-01-06patch 8.2.4019: Vim9: import mechanism is too complicatedv8.2.4019Bram Moolenaar
2022-01-05patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar
2022-01-05patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar
2022-01-05patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar
2022-01-04patch 8.2.4005: error messages are spread outv8.2.4005Bram Moolenaar
2022-01-02patch 8.2.3986: error messages are spread outv8.2.3986Bram Moolenaar
2022-01-01patch 8.2.3977: error messages are spread outv8.2.3977Bram Moolenaar
2022-01-01patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar