summaryrefslogtreecommitdiffstats
path: root/src/scriptfile.c
AgeCommit message (Expand)Author
2020-08-12patch 8.2.1426: Vim9: cannot call autoload function in :def functionv8.2.1426Bram Moolenaar
2020-08-08patch 8.2.1398: autoload script sourced twice if sourced directlyv8.2.1398Bram Moolenaar
2020-07-26patch 8.2.1299: compiler warning for using size_t for int and void pointerv8.2.1299Bram Moolenaar
2020-07-26patch 8.2.1298: compiler warning for unused argument in small versionv8.2.1298Bram Moolenaar
2020-07-26patch 8.2.1297: when a test fails it's often not easy to see wherev8.2.1297Bram Moolenaar
2020-07-19patch 8.2.1245: build failure in tiny versionv8.2.1245Bram Moolenaar
2020-07-19patch 8.2.1243: Vim9: cannot have a comment line halfway a listv8.2.1243Bram Moolenaar
2020-07-12patch 8.2.1190: Vim9: checking for Vim9 syntax is spread outv8.2.1190Bram Moolenaar
2020-07-08patch 8.2.1154: Vim9: crash when using imported functionv8.2.1154Bram Moolenaar
2020-06-24patch 8.2.1047: Vim9: script cannot use line continuation like :def functionv8.2.1047Bram Moolenaar
2020-06-20patch 8.2.1024: Vim9: no error for using "let g:var = val"v8.2.1024Bram Moolenaar
2020-06-19patch 8.2.1012: Vim9: cannot declare single character script variablesv8.2.1012Bram Moolenaar
2020-05-25patch 8.2.0823: Vim9: script reload test is disabledv8.2.0823Bram Moolenaar
2020-05-25patch 8.2.0822: Vim9: code left over from discovery phasev8.2.0822Bram Moolenaar
2020-05-10patch 8.2.0734: Vim9: leaking memory when using :finishv8.2.0734Bram Moolenaar
2020-05-10patch 8.2.0729: Vim9: When reloading a script variables are not clearedv8.2.0729Bram Moolenaar
2020-05-09patch 8.2.0725: Vim9: cannot call a function declared later in Vim9 scriptv8.2.0725Bram Moolenaar
2020-05-03patch 8.2.0688: output clobbered if setting 'verbose' to see shell commandsv8.2.0688Bram Moolenaar
2020-04-27patch 8.2.0650: Vim9: script function can be deletedv8.2.0650Bram Moolenaar
2020-04-13patch 8.2.0577: not all modifiers supported for :optionsv8.2.0577Bram Moolenaar
2020-03-28patch 8.2.0467: Vim9: some errors are not testedv8.2.0467Bram Moolenaar
2020-03-20patch 8.2.0419: various memory leaks in Vim9 script codev8.2.0419Bram Moolenaar
2020-03-18patch 8.2.0399: various memory leaksv8.2.0399Bram Moolenaar
2020-02-23patch 8.2.0311: Vim9: insufficient script testsv8.2.0311Bram Moolenaar
2020-01-26patch 8.2.0154: reallocating the list of scripts is inefficientv8.2.0154Bram Moolenaar
2020-01-26patch 8.2.0151: detecting a script was already sourced is unreliablev8.2.0151Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
2020-01-19patch 8.2.0132: script may be re-used when deleting and creating a new onev8.2.0132Bram Moolenaar
2020-01-12patch 8.2.0114: info about sourced scripts is scatteredv8.2.0114Bram Moolenaar
2020-01-07patch 8.2.0098: exe stack length can be wrong without being detectedv8.2.0098Bram Moolenaar
2020-01-06patch 8.2.0091: compiler warnings for size_t / int typesv8.2.0091Bram Moolenaar
2019-12-30patch 8.2.0059: compiler warnings for unused variables in small buildv8.2.0059Bram Moolenaar
2019-12-29patch 8.2.0057: cannot build with small featuresv8.2.0057Bram Moolenaar
2019-12-29patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar
2019-10-22patch 8.1.2199: build failure when using normal features without GUIv8.1.2199Bram 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.1985: code for dealing with paths is spread outv8.1.1985Bram Moolenaar
2019-09-01patch 8.1.1957: more code can be moved to evalvars.cv8.1.1957Bram Moolenaar
2019-08-25patch 8.1.1927: code for dealing with script files is spread outv8.1.1927Bram Moolenaar