summaryrefslogtreecommitdiffstats
path: root/src/evalvars.c
AgeCommit message (Expand)Author
2023-10-05patch 9.0.1986: Vim9: accepting type-annotationsv9.0.1986Yegappan Lakshmanan
2023-10-04patch 9.0.1982: vim9: clean up from v9.0.1955v9.0.1982Ernie Rael
2023-09-29patch 9.0.1955: Vim9: lockvar issues with objects/classesv9.0.1955Ernie Rael
2023-09-24patch 9.0.1933: Can change the type of a v: variable using if_luav9.0.1933zeertzjq
2023-08-20patch 9.0.1776: No support for stable Python 3 ABIv9.0.1776Yee Cheng Chin
2023-08-19patch 9.0.1741: No type checking in interfacesv9.0.1741LemonBoy
2023-06-14patch 9.0.1631: passing wrong variable type to option gives multiple errorsv9.0.1631zeertzjq
2023-06-05patch 9.0.1611: v:maxcol can be changed in a :for loopv9.0.1611Bram Moolenaar
2023-05-24patch 9.0.1576: users may not know what to do with an internal errorv9.0.1576Bram Moolenaar
2023-04-12patch 9.0.1447: condition is always truev9.0.1447zeertzjq
2023-03-07patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan
2023-02-01patch 9.0.1271: using sizeof() and subtract array size is trickyv9.0.1271zeertzjq
2023-01-30patch 9.0.1266: error for space before ": type" is inconsistentv9.0.1266Bram Moolenaar
2023-01-12patch 9.0.1188: return value of type() for class and object unclearv9.0.1188Bram Moolenaar
2023-01-12patch 9.0.1186: imported class does not work when used twice in a linev9.0.1186Bram Moolenaar
2023-01-12patch 9.0.1185: using class from imported script not testedv9.0.1185Bram Moolenaar
2023-01-06patch 9.0.1152: class "implements" argument not implementedv9.0.1152Bram Moolenaar
2023-01-03patch 9.0.1137: some conditions are always falsev9.0.1137zeertzjq
2023-01-02patch 9.0.1133: error message names do not match the itemsv9.0.1133Bram Moolenaar
2023-01-02patch 9.0.1132: code is indented more than neededv9.0.1132Yegappan Lakshmanan
2022-12-08patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar
2022-12-02patch 9.0.0990: callback name argument is changed by setqflist()v9.0.0990Bram Moolenaar
2022-11-28patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar
2022-11-25patch 9.0.0949: crash when unletting a variable while listing variablesv9.0.0949Bram Moolenaar
2022-11-16patch 9.0.0890: no test for what patch 9.0.0827 fixesv9.0.0890Bram Moolenaar
2022-10-13patch 9.0.0744: in script in autoload dir exported variable is not foundv9.0.0744Bram Moolenaar
2022-10-12patch 9.0.0732: no check for white space before and after "=<<"v9.0.0732Bram Moolenaar
2022-10-01patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar
2022-09-21patch 9.0.0535: closure gets wrong value in for loop with two loop variablesv9.0.0535Bram Moolenaar
2022-09-14patch 9.0.0460: loop variable can't be foundv9.0.0460Bram Moolenaar
2022-09-11patch 9.0.0444: trying to declare g:variable gives confusing errorv9.0.0444Bram Moolenaar
2022-09-06patch 9.0.0398: members of funccall_T are inconsistently namedv9.0.0398Bram Moolenaar
2022-09-03patch 9.0.0364: clang static analyzer gives warningsv9.0.0364Yegappan Lakshmanan
2022-09-02patch 9.0.0355: check for uppercase char in autoload name is wrongv9.0.0355thinca
2022-08-24patch 9.0.0253: a symlink to an autoload script results in two entriesv9.0.0253Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-07-27patch 9.0.0092: plugins cannot change v:completed_itemv9.0.0092Shougo Matsushita
2022-07-27patch 9.0.0090: no error when assigning bool to a string optionv9.0.0090Bram Moolenaar
2022-07-25patch 9.0.0066: switching window uneccarily when getting buffer optionsv9.0.0066zeertzjq
2022-06-29patch 9.0.0003: functions are global while they could be localv9.0.0003Yegappan Lakshmanan
2022-05-25patch 8.2.5017: gcc 12.1 warns for uninitialized variablev8.2.5017mityu
2022-05-10patch 8.2.4934: string interpolation fails when not evaluatingv8.2.4934Bram Moolenaar
2022-05-10patch 8.2.4930: interpolated string expression requires escapingv8.2.4930Bram Moolenaar
2022-05-06patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy
2022-05-04patch 8.2.4866: duplicate code in "get" functionsv8.2.4866LemonBoy
2022-04-28patch 8.2.4840: heredoc expression evaluated even when skippingv8.2.4840Bram Moolenaar
2022-04-21patch 8.2.4804: expression in heredoc doesn't work for compiled functionv8.2.4804Yegappan Lakshmanan
2022-04-18patch 8.2.4783: Coverity warns for leaking memoryv8.2.4783Bram Moolenaar
2022-04-17patch 8.2.4770: cannot easily mix expression and heredocv8.2.4770Yegappan Lakshmanan
2022-04-15patch 8.2.4754: using cached values after unsetting some environment variablesv8.2.4754LemonBoy