summaryrefslogtreecommitdiffstats
path: root/src/scriptfile.c
AgeCommit message (Expand)Author
2021-06-11patch 8.2.2976: build failure without the +eval featurev8.2.2976Bram Moolenaar
2021-06-11patch 8.2.2975: Vim9: can only use an autoload function name as a stringv8.2.2975Bram Moolenaar
2021-06-03patch 8.2.2931: Vim9: line continuation comment uses legacy syntaxv8.2.2931Bram Moolenaar
2021-06-02patch 8.2.2925: Vim9: line continuation comment uses legacy syntaxv8.2.2925Bram Moolenaar
2021-03-17patch 8.2.2616: Vim9: if 'cpo' is change in Vim9 script it may be restoredv8.2.2616Bram Moolenaar
2021-03-10patch 8.2.2581: Vim9: sourcing Vim9 script triggers a redrawv8.2.2581Bram Moolenaar
2021-02-07patch 8.2.2485: when sourcing a script again the script version isn't resetv8.2.2485Bram Moolenaar
2021-01-11patch 8.2.2332: Vim9: missing :endif not reported when using :windov8.2.2332Bram Moolenaar
2020-12-29patch 8.2.2242: Vim9: bar line continuation does not work at script levelv8.2.2242Bram Moolenaar
2020-12-28patch 8.2.2239: Vim9: concatenating lines with backslash is inconvenientv8.2.2239Bram Moolenaar
2020-12-28patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval featurev8.2.2238Bram Moolenaar
2020-12-28patch 8.2.2236: 'scroll' option can change when setting the statuslinev8.2.2236Bram Moolenaar
2020-12-27patch 8.2.2226: Vim9: script test failsv8.2.2226Bram Moolenaar
2020-12-26patch 8.2.2222: Vim9: cannot keep script variables when reloadingv8.2.2222Bram Moolenaar
2020-12-24patch 8.2.2208: Vim9: after reloading a script variable index may be invalidv8.2.2208Bram Moolenaar
2020-12-10patch 8.2.2125: Vim9: leaking memoryv8.2.2125Bram Moolenaar
2020-12-09patch 8.2.2122: Vim9: crash when sourcing vim9script earlyv8.2.2122Bram Moolenaar
2020-11-12patch 8.2.1980: Vim9: some tests are not done at the script levelv8.2.1980Bram Moolenaar
2020-10-24patch 8.2.1900: Vim9: command modifiers do not workv8.2.1900Bram Moolenaar
2020-10-24patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar
2020-10-14patch 8.2.1845: Vim9: function defined in a block can't use block variablesv8.2.1845Bram Moolenaar
2020-09-11patch 8.2.1658: expand('<stack>') has trailing ".."v8.2.1658Bram Moolenaar
2020-09-10patch 8.2.1653: expand('<stack>') does not include the final line numberv8.2.1653Bram Moolenaar
2020-08-29patch 8.2.1539: using invalid script ID causes a crashv8.2.1539Bram Moolenaar
2020-08-20patch 8.2.1491: Vim9: crash when compiling heredoc lines start with commentv8.2.1491Bram Moolenaar
2020-08-18patch 8.2.1482: Vim9: crash when using a nested lambdav8.2.1482Bram Moolenaar
2020-08-15patch 8.2.1460: error messages are spread outv8.2.1460Bram Moolenaar
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