summaryrefslogtreecommitdiffstats
path: root/src/scriptfile.c
AgeCommit message (Expand)Author
2024-03-10patch 9.1.0165: Vim9: Importing an autoload imported script failsv9.1.0165Yegappan Lakshmanan
2023-12-19patch 9.0.2180: POSIX function name in exarg causes issuesv9.0.2180Zoltan Arpadffy
2023-11-21patch 9.0.2120: un-used assignment in do_source_buffer_initv9.0.2120Christian Brabandt
2023-09-02patch 9.0.1842: Need more accurate profilingv9.0.1842Ernie Rael
2023-08-20patch 9.0.1758: vim9 no class identifiers in stack dumpsv9.0.1758LemonBoy
2023-08-17patch 9.0.1734: :runtime completion fails for multiple argsv9.0.1734zeertzjq
2023-08-17patch 9.0.1730: passing multiple patterns to runtime not workingv9.0.1730zeertzjq
2023-05-07patch 9.0.1523: some error messages are not marked for translationv9.0.1523zeertzjq
2023-04-15patch 9.0.1454: code indenting is confused by macrosv9.0.1454ichizok
2023-04-01patch 9.0.1434: crash when adding package already in 'runtimepath'v9.0.1434zeertzjq
2023-03-30patch 9.0.1431: getscriptinfo() loops even when specific SID is givenv9.0.1431zeertzjq
2023-03-07patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan
2023-01-27patch 9.0.1251: checking returned value of ga_grow() is inconsistentv9.0.1251Yegappan Lakshmanan
2023-01-24patch 9.0.1238: :runtime completion can be further improvedv9.0.1238zeertzjq
2023-01-23patch 9.0.1237: code is indented more than necessaryv9.0.1237Yegappan Lakshmanan
2023-01-22patch 9.0.1231: completion of :runtime does not handle {where} argumentv9.0.1231zeertzjq
2023-01-21patch 9.0.1227: no cmdline completion for :runtimev9.0.1227root
2023-01-02patch 9.0.1131: build failure without the +eval featurev9.0.1131Bram Moolenaar
2023-01-02patch 9.0.1130: unexpected output when autoloading a scriptv9.0.1130Bram Moolenaar
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-10-01patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar
2022-09-15patch 9.0.0468: exectution stack underflow without the +eval featurev9.0.0468Bram Moolenaar
2022-08-28patch 9.0.0303: it is not easy to get information about a scriptv9.0.0303Yegappan Lakshmanan
2022-08-25patch 9.0.0269: getscriptinfo() does not include the versionv9.0.0269Yegappan Lakshmanan
2022-08-24patch 9.0.0256: compiler warning for uninitialized variablesv9.0.0256Bram Moolenaar
2022-08-24patch 9.0.0255: build failure without the eval featurev9.0.0255Bram Moolenaar
2022-08-24patch 9.0.0253: a symlink to an autoload script results in two entriesv9.0.0253Bram Moolenaar
2022-08-23patch 9.0.0248: duplicate code in finding a script in the execution stackv9.0.0248zeertzjq
2022-08-22patch 9.0.0244: cannot easily get the list of sourced scriptsv9.0.0244Yegappan Lakshmanan
2022-08-16patch 9.0.0222: no good reason why text objects are only in larger buildsv9.0.0222Bram Moolenaar
2022-08-15patch 9.0.0217: 'shellslash' works differently when sourcing a script againv9.0.0217zeertzjq
2022-06-29patch 9.0.0003: functions are global while they could be localv9.0.0003Yegappan Lakshmanan
2022-05-17patch 8.2.4974: ":so" command may read after end of bufferv8.2.4974Bram Moolenaar
2022-04-15patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar
2022-04-14patch 8.2.4749: <script> is not expanded in autocmd contextv8.2.4749LemonBoy
2022-04-14patch 8.2.4748: cannot use an imported function in a mappingv8.2.4748Bram Moolenaar
2022-04-09patch 8.2.4726: cannot use expand() to get the script namev8.2.4726LemonBoy
2022-03-30patch 8.2.4650: "import autoload" only works with using 'runtimepath'v8.2.4650Bram Moolenaar
2022-03-29patch 8.2.4647: "source" can read past end of copied linev8.2.4647Bram Moolenaar
2022-03-24patch 8.2.4617: no completion for :scriptnamesv8.2.4617Yegappan Lakshmanan
2022-03-22patch 8.2.4607: sourcing buffer lines may lead to errors for conflictsv8.2.4607Yegappan Lakshmanan
2022-03-21patch 8.2.4603: sourcing buffer lines is too complicatedv8.2.4603Yegappan Lakshmanan
2022-03-19patch 8.2.4594: need to write script to a file to be able to source themv8.2.4594Yegappan Lakshmanan
2022-02-12patch 8.2.4357: sticky command modifiers are too stickyv8.2.4357Bram Moolenaar
2022-02-09patch 8.2.4336: using :filter for :scriptnames does not workv8.2.4336Bram Moolenaar
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