summaryrefslogtreecommitdiffstats
path: root/src/scriptfile.c
AgeCommit message (Expand)Author
2022-01-31patch 8.2.4275: cannot use an autoload function from a package under startv8.2.4275=?UTF-8?q?Bj=C3=B6rn=20Linse?=
2022-01-20patch 8.2.4162: Vim9: no error for redefining function with exportv8.2.4162Bram Moolenaar
2022-01-18patch 8.2.4135: Vim9: ":scriptnames" shows unloaded imported autoload scriptv8.2.4135Bram Moolenaar
2022-01-18patch 8.2.4133: output of ":scriptnames" goes into the message historyv8.2.4133Bram Moolenaar
2022-01-16patch 8.2.4104: Vim9: lower casing the autoload prefix causes problemsv8.2.4104Bram Moolenaar
2022-01-13patch 8.2.4082: check for autoload file name and prefix failsv8.2.4082Bram Moolenaar
2022-01-12patch 8.2.4069: Vim9: import test fails on MS-Windowsv8.2.4069Bram Moolenaar
2022-01-12patch 8.2.4068: Vim9: import test failsv8.2.4068Bram Moolenaar
2022-01-10patch 8.2.4056: Vim9: memory leak when exporting function in autoload scriptv8.2.4056Bram Moolenaar
2022-01-10patch 8.2.4053: Vim9: autoload mechanism doesn't fully work yetv8.2.4053Bram Moolenaar
2022-01-10patch 8.2.4051: compiler complains about possibly uninitialized variablev8.2.4051Bram Moolenaar
2022-01-09patch 8.2.4050: Vim9: need to prefix every item in an autoload scriptv8.2.4050Bram Moolenaar
2022-01-08patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar
2022-01-08patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle
2022-01-05patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar
2022-01-01patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar
2021-12-31patch 8.2.3957: error messages are spread outv8.2.3957Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-12-26patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 scriptv8.2.3901Bram Moolenaar
2021-11-22patch 8.2.3646: using <sfile> in a function gives an unexpected resultv8.2.3646Bram Moolenaar
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