summaryrefslogtreecommitdiff
path: root/src/evalvars.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1447: condition is always truev9.0.1447zeertzjq2023-04-121-63/+54
* patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan2023-03-071-2/+2
* patch 9.0.1271: using sizeof() and subtract array size is trickyv9.0.1271zeertzjq2023-02-011-1/+1
* patch 9.0.1266: error for space before ": type" is inconsistentv9.0.1266Bram Moolenaar2023-01-301-2/+2
* patch 9.0.1188: return value of type() for class and object unclearv9.0.1188Bram Moolenaar2023-01-121-0/+4
* patch 9.0.1186: imported class does not work when used twice in a linev9.0.1186Bram Moolenaar2023-01-121-1/+5
* patch 9.0.1185: using class from imported script not testedv9.0.1185Bram Moolenaar2023-01-121-0/+25
* patch 9.0.1152: class "implements" argument not implementedv9.0.1152Bram Moolenaar2023-01-061-6/+10
* patch 9.0.1137: some conditions are always falsev9.0.1137zeertzjq2023-01-031-3/+3
* patch 9.0.1133: error message names do not match the itemsv9.0.1133Bram Moolenaar2023-01-021-1/+2
* patch 9.0.1132: code is indented more than neededv9.0.1132Yegappan Lakshmanan2023-01-021-107/+106
* patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar2022-12-081-0/+2
* patch 9.0.0990: callback name argument is changed by setqflist()v9.0.0990Bram Moolenaar2022-12-021-12/+8
* patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar2022-11-281-5/+8
* patch 9.0.0949: crash when unletting a variable while listing variablesv9.0.0949Bram Moolenaar2022-11-251-10/+21
* patch 9.0.0890: no test for what patch 9.0.0827 fixesv9.0.0890Bram Moolenaar2022-11-161-0/+5
* patch 9.0.0744: in script in autoload dir exported variable is not foundv9.0.0744Bram Moolenaar2022-10-131-4/+6
* patch 9.0.0732: no check for white space before and after "=<<"v9.0.0732Bram Moolenaar2022-10-121-3/+10
* patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar2022-10-011-6/+10
* patch 9.0.0535: closure gets wrong value in for loop with two loop variablesv9.0.0535Bram Moolenaar2022-09-211-2/+2
* patch 9.0.0460: loop variable can't be foundv9.0.0460Bram Moolenaar2022-09-141-0/+8
* patch 9.0.0444: trying to declare g:variable gives confusing errorv9.0.0444Bram Moolenaar2022-09-111-2/+13
* patch 9.0.0398: members of funccall_T are inconsistently namedv9.0.0398Bram Moolenaar2022-09-061-1/+2
* patch 9.0.0364: clang static analyzer gives warningsv9.0.0364Yegappan Lakshmanan2022-09-031-2/+0
* patch 9.0.0355: check for uppercase char in autoload name is wrongv9.0.0355thinca2022-09-021-1/+3
* patch 9.0.0253: a symlink to an autoload script results in two entriesv9.0.0253Bram Moolenaar2022-08-241-0/+1
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-1/+1
* patch 9.0.0092: plugins cannot change v:completed_itemv9.0.0092Shougo Matsushita2022-07-271-1/+1
* patch 9.0.0090: no error when assigning bool to a string optionv9.0.0090Bram Moolenaar2022-07-271-0/+5
* patch 9.0.0066: switching window uneccarily when getting buffer optionsv9.0.0066zeertzjq2022-07-251-3/+4
* patch 9.0.0003: functions are global while they could be localv9.0.0003Yegappan Lakshmanan2022-06-291-1/+1
* patch 8.2.5017: gcc 12.1 warns for uninitialized variablev8.2.5017mityu2022-05-251-1/+1
* patch 8.2.4934: string interpolation fails when not evaluatingv8.2.4934Bram Moolenaar2022-05-101-9/+13
* patch 8.2.4930: interpolated string expression requires escapingv8.2.4930Bram Moolenaar2022-05-101-31/+43
* patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy2022-05-061-32/+61
* patch 8.2.4866: duplicate code in "get" functionsv8.2.4866LemonBoy2022-05-041-110/+84
* patch 8.2.4840: heredoc expression evaluated even when skippingv8.2.4840Bram Moolenaar2022-04-281-1/+1
* patch 8.2.4804: expression in heredoc doesn't work for compiled functionv8.2.4804Yegappan Lakshmanan2022-04-211-14/+37
* patch 8.2.4783: Coverity warns for leaking memoryv8.2.4783Bram Moolenaar2022-04-181-9/+3
* patch 8.2.4770: cannot easily mix expression and heredocv8.2.4770Yegappan Lakshmanan2022-04-171-13/+120
* patch 8.2.4754: using cached values after unsetting some environment variablesv8.2.4754LemonBoy2022-04-151-1/+1
* patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar2022-04-151-1/+1
* patch 8.2.4698: Vim9: script variable has no flag that it was setv8.2.4698Bram Moolenaar2022-04-051-5/+19
* patch 8.2.4682: Vim9: can use :unlockvar for const variablev8.2.4682Bram Moolenaar2022-04-041-16/+35
* patch 8.2.4662: no error for using out of range list indexv8.2.4662Bram Moolenaar2022-04-011-3/+5
* patch 8.2.4642: Vim9: in :def function script var cannot be nullv8.2.4642Bram Moolenaar2022-03-281-1/+9
* patch 8.2.4635: tests using null list or dict failv8.2.4635Bram Moolenaar2022-03-271-2/+4
* patch 8.2.4634: Vim9: cannot initialize a variable to null_listv8.2.4634Bram Moolenaar2022-03-271-10/+7
* patch 8.2.4600: Vim9: not enough test coverage for executing :def functionv8.2.4600Bram Moolenaar2022-03-201-24/+8
* patch 8.2.4526: Vim9: cannot set variables to a null valuev8.2.4526Bram Moolenaar2022-03-081-0/+5