summaryrefslogtreecommitdiffstats
path: root/src/evalvars.c
AgeCommit message (Expand)Author
2021-10-15patch 8.2.3511: Vim9: entry for loop variable is created every roundv8.2.3511Bram Moolenaar
2021-09-11patch 8.2.3429: leaking memory when assigning to list or dictv8.2.3429Bram Moolenaar
2021-09-07patch 8.2.3411: Vim9: crash when using base name of importv8.2.3411Bram Moolenaar
2021-08-15patch 8.2.3351: Vim9: using a function by name may delete itv8.2.3351Bram Moolenaar
2021-08-15patch 8.2.3347: check for legacy script is incompletev8.2.3347Bram Moolenaar
2021-08-14patch 8.2.3343: Vim9: autoload test failsv8.2.3343Bram Moolenaar
2021-08-14patch 8.2.3342: test for :let errors failsv8.2.3342Bram Moolenaar
2021-08-14patch 8.2.3341: Vim9: function call aborted despite try/catchv8.2.3341Bram Moolenaar
2021-08-05patch 8.2.3297: cannot use all commands inside a {} blockv8.2.3297Bram Moolenaar
2021-07-28patch 8.2.3239: Vim9: no error using heredoc for a number variablev8.2.3239Bram Moolenaar
2021-07-25patch 8.2.3216: Vim9: crash when using variable in a loop at script levelv8.2.3216Bram Moolenaar
2021-07-24patch 8.2.3211: Vim9: argument types are not checked at compile timev8.2.3211Yegappan Lakshmanan
2021-07-22patch 8.2.3201: crash in testv8.2.3201Bram Moolenaar
2021-07-21patch 8.2.3197: error messages are spread outv8.2.3197Bram Moolenaar
2021-07-20patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan
2021-07-19patch 8.2.3186: Vim9: not all failures for import testedv8.2.3186Bram Moolenaar
2021-07-18patch 8.2.3180: Vim9: memory leak when concatenating to an imported stringv8.2.3180Bram Moolenaar
2021-07-18patch 8.2.3179: Vim9: cannot assign to an imported variable at script levelv8.2.3179Bram Moolenaar
2021-07-11patch 8.2.3152: Vim9: accessing "s:" results in an errorv8.2.3152Bram Moolenaar
2021-07-08patch 8.2.3129: Vim9: imported uninitialized list does not get type checkedv8.2.3129Bram Moolenaar
2021-07-08patch 8.2.3128: Vim9: uninitialzed list does not get type checkedv8.2.3128Bram Moolenaar
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-06-14patch 8.2.2998: Vim9: disassemble test failsv8.2.2998Bram Moolenaar
2021-06-11patch 8.2.2975: Vim9: can only use an autoload function name as a stringv8.2.2975Bram Moolenaar
2021-06-10patch 8.2.2969: subtracting from number option fails when result is zerov8.2.2969Bram Moolenaar
2021-05-07patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar
2021-04-19patch 8.2.2785: Vim9: cannot redirect to local variablev8.2.2785Bram Moolenaar
2021-04-18patch 8.2.2781: add() silently skips when adding to null list or blobv8.2.2781Bram Moolenaar
2021-04-14patch 8.2.2763: Vim9: cannot use type in for loop unpack at script levelv8.2.2763Bram Moolenaar
2021-04-13patch 8.2.2760: Vim9: no error for changing a for loop variablev8.2.2760Bram Moolenaar
2021-04-10patch 8.2.2753: Vim9: cannot ignore an item in assignment unpackv8.2.2753Bram Moolenaar
2021-04-10patch 8.2.2744: Vim9: no way to explicitly ignore an argumentv8.2.2744Bram Moolenaar
2021-03-31patch 8.2.2681: Vim9: test fails for redeclaring script variablev8.2.2681Bram Moolenaar
2021-03-31patch 8.2.2680: Vim9: problem defining a script variable from legacy functionv8.2.2680Bram Moolenaar
2021-03-28patch 8.2.2673: Vim9: script-local funcref can have lower case namev8.2.2673Bram Moolenaar
2021-03-26patch 8.2.2660: Vim9: no error for declaration with trailing textv8.2.2660Bram Moolenaar
2021-03-14patch 8.2.2603: Vim9: no effect if user command is also a functionv8.2.2603Bram Moolenaar
2021-03-13patch 8.2.2597: Vim9: "import * as" does not work at script levelv8.2.2597Bram Moolenaar
2021-03-08patch 8.2.2579: Vim9: crash in garbagecollect after for loopv8.2.2579Bram Moolenaar
2021-03-04patch 8.2.2567: Vim9: no error if variable is defined for existing functionv8.2.2567Bram Moolenaar
2021-03-03patch 8.2.2566: Vim9: Function name is not recognizedv8.2.2566Bram Moolenaar
2021-02-20patch 8.2.2533: Vim9: cannot use a range with :unletv8.2.2533Bram Moolenaar
2021-02-17patch 8.2.2526: build failurev8.2.2526Bram Moolenaar
2021-02-11patch 8.2.2501: not always clear where an error is reportedv8.2.2501Bram Moolenaar
2021-01-23patch 8.2.2395: Vim9: error for wrong type may report wrong line numberv8.2.2395Bram Moolenaar
2021-01-21patch 8.2.2388: no easy way to get the maximum or mininum number valuev8.2.2388Bram Moolenaar
2021-01-21patch 8.2.2381: Vim9: divide by zero does not abort expression executionv8.2.2381Bram Moolenaar
2021-01-17patch 8.2.2372: confusing error message for wrong :let commandv8.2.2372Bram Moolenaar
2021-01-17patch 8.2.2371: Vim9: crash when using types in :for with unpackv8.2.2371Bram Moolenaar
2021-01-13patch 8.2.2341: expresison command line completion incomplete after "g:"v8.2.2341Bram Moolenaar