summaryrefslogtreecommitdiff
path: root/src/scriptfile.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0303: it is not easy to get information about a scriptv9.0.0303Yegappan Lakshmanan2022-08-281-5/+78
* patch 9.0.0269: getscriptinfo() does not include the versionv9.0.0269Yegappan Lakshmanan2022-08-251-1/+27
* patch 9.0.0256: compiler warning for uninitialized variablesv9.0.0256Bram Moolenaar2022-08-241-2/+2
* patch 9.0.0255: build failure without the eval featurev9.0.0255Bram Moolenaar2022-08-241-0/+2
* patch 9.0.0253: a symlink to an autoload script results in two entriesv9.0.0253Bram Moolenaar2022-08-241-13/+35
* patch 9.0.0248: duplicate code in finding a script in the execution stackv9.0.0248zeertzjq2022-08-231-18/+7
* patch 9.0.0244: cannot easily get the list of sourced scriptsv9.0.0244Yegappan Lakshmanan2022-08-221-0/+30
* patch 9.0.0222: no good reason why text objects are only in larger buildsv9.0.0222Bram Moolenaar2022-08-161-1/+3
* patch 9.0.0217: 'shellslash' works differently when sourcing a script againv9.0.0217zeertzjq2022-08-151-4/+4
* patch 9.0.0003: functions are global while they could be localv9.0.0003Yegappan Lakshmanan2022-06-291-1/+1
* patch 8.2.4974: ":so" command may read after end of bufferv8.2.4974Bram Moolenaar2022-05-171-1/+2
* patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar2022-04-151-2/+3
* patch 8.2.4749: <script> is not expanded in autocmd contextv8.2.4749LemonBoy2022-04-141-14/+23
* patch 8.2.4748: cannot use an imported function in a mappingv8.2.4748Bram Moolenaar2022-04-141-1/+13
* patch 8.2.4726: cannot use expand() to get the script namev8.2.4726LemonBoy2022-04-091-1/+28
* patch 8.2.4650: "import autoload" only works with using 'runtimepath'v8.2.4650Bram Moolenaar2022-03-301-11/+17
* patch 8.2.4647: "source" can read past end of copied linev8.2.4647Bram Moolenaar2022-03-291-0/+3
* patch 8.2.4617: no completion for :scriptnamesv8.2.4617Yegappan Lakshmanan2022-03-241-3/+9
* patch 8.2.4607: sourcing buffer lines may lead to errors for conflictsv8.2.4607Yegappan Lakshmanan2022-03-221-18/+42
* patch 8.2.4603: sourcing buffer lines is too complicatedv8.2.4603Yegappan Lakshmanan2022-03-211-280/+134
* patch 8.2.4594: need to write script to a file to be able to source themv8.2.4594Yegappan Lakshmanan2022-03-191-6/+279
* patch 8.2.4357: sticky command modifiers are too stickyv8.2.4357Bram Moolenaar2022-02-121-0/+5
* patch 8.2.4336: using :filter for :scriptnames does not workv8.2.4336Bram Moolenaar2022-02-091-4/+7
* patch 8.2.4275: cannot use an autoload function from a package under startv8.2.4275=?UTF-8?q?Bj=C3=B6rn=20Linse?=2022-01-311-1/+1
* patch 8.2.4162: Vim9: no error for redefining function with exportv8.2.4162Bram Moolenaar2022-01-201-2/+1
* patch 8.2.4135: Vim9: ":scriptnames" shows unloaded imported autoload scriptv8.2.4135Bram Moolenaar2022-01-181-4/+10
* patch 8.2.4133: output of ":scriptnames" goes into the message historyv8.2.4133Bram Moolenaar2022-01-181-1/+5
* patch 8.2.4104: Vim9: lower casing the autoload prefix causes problemsv8.2.4104Bram Moolenaar2022-01-161-4/+0
* patch 8.2.4082: check for autoload file name and prefix failsv8.2.4082Bram Moolenaar2022-01-131-0/+4
* patch 8.2.4069: Vim9: import test fails on MS-Windowsv8.2.4069Bram Moolenaar2022-01-121-1/+1
* patch 8.2.4068: Vim9: import test failsv8.2.4068Bram Moolenaar2022-01-121-1/+2
* patch 8.2.4056: Vim9: memory leak when exporting function in autoload scriptv8.2.4056Bram Moolenaar2022-01-101-0/+1
* patch 8.2.4053: Vim9: autoload mechanism doesn't fully work yetv8.2.4053Bram Moolenaar2022-01-101-26/+53
* patch 8.2.4051: compiler complains about possibly uninitialized variablev8.2.4051Bram Moolenaar2022-01-101-3/+5
* patch 8.2.4050: Vim9: need to prefix every item in an autoload scriptv8.2.4050Bram Moolenaar2022-01-091-60/+218
* patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar2022-01-081-3/+3
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-2/+1
* patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar2022-01-051-2/+2
* patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-4/+4
* patch 8.2.3957: error messages are spread outv8.2.3957Bram Moolenaar2021-12-311-2/+2
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-1/+1
* patch 8.2.3901: Vim9: Cannot set 'cpo' in main .vimrc if using Vim9 scriptv8.2.3901Bram Moolenaar2021-12-261-2/+7
* patch 8.2.3646: using <sfile> in a function gives an unexpected resultv8.2.3646Bram Moolenaar2021-11-221-0/+14
* patch 8.2.2976: build failure without the +eval featurev8.2.2976Bram Moolenaar2021-06-111-2/+4
* patch 8.2.2975: Vim9: can only use an autoload function name as a stringv8.2.2975Bram Moolenaar2021-06-111-0/+3
* patch 8.2.2931: Vim9: line continuation comment uses legacy syntaxv8.2.2931Bram Moolenaar2021-06-031-2/+5
* patch 8.2.2925: Vim9: line continuation comment uses legacy syntaxv8.2.2925Bram Moolenaar2021-06-021-1/+2
* patch 8.2.2616: Vim9: if 'cpo' is change in Vim9 script it may be restoredv8.2.2616Bram Moolenaar2021-03-171-0/+27