summaryrefslogtreecommitdiffstats
path: root/src/eval.c
AgeCommit message (Expand)Author
2020-04-05patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"v8.2.0517Bram Moolenaar
2020-04-02patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar
2020-04-01patch 8.2.0493: Vim9: some error messages not testedv8.2.0493Bram Moolenaar
2020-03-23patch 8.2.0436: no warnings for incorrect printf argumentsv8.2.0436Bram Moolenaar
2020-03-01patch 8.2.0341: using ":for" in Vim9 script gives an errorv8.2.0341Bram Moolenaar
2020-02-29patch 8.2.0334: abort called when using test_void()v8.2.0334Bram Moolenaar
2020-02-22patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296Bram Moolenaar
2020-01-27patch 8.2.0159: non-materialized range() list causes problemsv8.2.0159Bram Moolenaar
2020-01-26patch 8.2.0154: reallocating the list of scripts is inefficientv8.2.0154Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
2020-01-12patch 8.2.0114: info about sourced scripts is scatteredv8.2.0114Bram Moolenaar
2020-01-11patch 8.2.0111: VAR_SPECIAL is also used for booleansv8.2.0111Bram Moolenaar
2020-01-08patch 8.2.0104: using channel or job with ":execute" has strange effectsv8.2.0104Bram Moolenaar
2020-01-08patch 8.2.0103: using null object with execute() has strange effectsv8.2.0103Bram Moolenaar
2020-01-08patch 8.2.0101: crash when passing null object to ":echomsg"v8.2.0101Bram Moolenaar
2020-01-04patch 8.2.0084: complete item "user_data" can only be a stringv8.2.0084Bram Moolenaar
2019-12-31patch 8.2.0069: ETYPE_ is used for two different enumsv8.2.0069Bram Moolenaar
2019-12-30patch 8.2.0061: the execute stack can grow big and never shrinksv8.2.0061Bram Moolenaar
2019-12-25patch 8.2.0045: script test failsv8.2.0045Bram Moolenaar
2019-12-25patch 8.2.0044: expression type is used inconsistentlyv8.2.0044Bram Moolenaar
2019-12-22patch 8.2.0030: "gF" does not work on output of "verbose command"v8.2.0030Bram Moolenaar
2019-12-08patch 8.1.2412: crash when evaluating expression with errorv8.1.2412Bram Moolenaar
2019-12-01patch 8.1.2378: using old C style commentsv8.1.2378Bram Moolenaar
2019-11-30patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar
2019-11-26patch 8.1.2348: :const cannot be followed by "| endif"v8.1.2348Bram Moolenaar
2019-10-13patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar
2019-10-06patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120Bram Moolenaar
2019-10-01patch 8.1.2107: various memory leaks reported by asanv8.1.2107Bram Moolenaar
2019-09-15patch 8.1.2035: recognizing octal numbers is confusingv8.1.2035Bram Moolenaar
2019-09-04patch 8.1.1979: code for handling file names is spread outv8.1.1979Bram Moolenaar
2019-09-04patch 8.1.1978: the eval.c file is too bigv8.1.1978Bram Moolenaar
2019-09-02patch 8.1.1964: crash when using nested map() and filter()v8.1.1964Bram Moolenaar
2019-09-01patch 8.1.1957: more code can be moved to evalvars.cv8.1.1957Bram Moolenaar
2019-08-30patch 8.1.1943: more code can be moved to evalvars.cv8.1.1943Bram Moolenaar
2019-08-29patch 8.1.1940: script tests failv8.1.1940Bram Moolenaar
2019-08-29patch 8.1.1939: code for handling v: variables in generic eval filev8.1.1939Bram Moolenaar
2019-08-27patch 8.1.1933: the eval.c file is too bigv8.1.1933Bram Moolenaar
2019-08-23patch 8.1.1913: not easy to compute the space on the command linev8.1.1913Bram Moolenaar
2019-08-20patch 8.1.1894: not checking for out-of-memory of autoload_name()v8.1.1894Bram Moolenaar
2019-08-20patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar
2019-08-18patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar
2019-08-17patch 8.1.1878: negative float before method not parsed correctlyv8.1.1878Bram Moolenaar
2019-08-09patch 8.1.1834: cannot use a lambda as a methodv8.1.1834Bram Moolenaar
2019-08-08patch 8.1.1828: not strict enough checking syntax of method invocationv8.1.1828Bram Moolenaar
2019-08-05patch 8.1.1820: using expr->FuncRef() does not workv8.1.1820Bram Moolenaar
2019-08-04patch 8.1.1816: cannot use a user defined function as a methodv8.1.1816Bram Moolenaar
2019-08-03patch 8.1.1803: all builtin functions are globalv8.1.1803Bram Moolenaar
2019-08-03patch 8.1.1800: function call functions have too many argumentsv8.1.1800Bram Moolenaar
2019-07-28patch 8.1.1766: code for writing session file is spread outv8.1.1766Bram Moolenaar
2019-07-21patch 8.1.1727: code for viminfo support is spread outv8.1.1727Bram Moolenaar