summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ex_cmds/source_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes1
2026-01-28fix(tui): log chdir failure properly #37591zeertzjq1
2026-01-07feat(editor): :source can run Lua codeblock / ts injection #36799benarcher26911
2025-10-20vim-patch:9.1.0359: MS-Windows: relative import in a script sourced from a bu...Jan Edmund Lazo1
2025-02-28vim-patch:8.2.4603: sourcing buffer lines is too complicatedzeertzjq1
2025-02-26feat(lua): vim.text.indent()Justin M. Keyes1
2025-02-26fix(eval): don't shorten $HOME in v:stacktrace (#32634)zeertzjq1
2025-02-25fix(lua): don't override script ID from :source (#32626)zeertzjq1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-06-02feat(:source): source current ft=lua buffer as Lua code (#23802)zeertzjq1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-03-26test: use exec_capture() in more places (#22787)zeertzjq1
2023-03-25feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski1
2022-11-22test: simplify platform detection (#21020)dundargoc1
2022-09-08vim-patch:9.0.0409: #{g:x} was seen as a curly-braces expressionii141
2022-08-23vim-patch:8.2.4726: cannot use expand() to get the script namezeertzjq1
2022-08-16fix(source): fix expand('<sfile>') no longer works for Luazeertzjq1
2022-08-15fix(source): make changing 'shellslash' change expand() resultzeertzjq1
2022-07-08test: add a test for what Vim patch 8.2.0151 fixeszeertzjq1
2021-10-14feat(:source, nvim_exec): defer script item creation until s:var accessSean Dewar1
2021-10-14feat(:source, nvim_exec): support script-local variablesSean Dewar1
2021-09-15fix(:source): copy curbuf lines to memory before sourcing #15111Sean Dewar1
2021-09-14fix(:source, nvim_exec): handle Vimscript line continuations #14809Sean Dewar1
2021-06-21fix(source): Source giving E484 & parsing error at line 1 for lua filesshadmansaleh1
2021-06-11refactor(source): Move lua file detection to do_sourceshadmansaleh1
2021-02-18[RFC] ":source" sources from current buffer if filename is omitted (#11444)Vikram Pal1