]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4726: cannot use expand() to get the script name v8.2.4726
authorLemonBoy <thatlemon@gmail.com>
Sat, 9 Apr 2022 20:42:10 +0000 (21:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 9 Apr 2022 20:42:10 +0000 (21:42 +0100)
commit6013d0045dec7ca7c0068fbe186c42d754a7368b
tree739c5e84ced49602b15e033e3af9c909f9cc3e50
parent2ce97ae6aaec7007cca16a446d73161b82f2ba69
patch 8.2.4726: cannot use expand() to get the script name

Problem:    Cannot use expand() to get the script name.
Solution:   Support expand('<script>'). (closes #10121)
runtime/doc/cmdline.txt
src/errors.h
src/ex_docmd.c
src/scriptfile.c
src/testdir/test_expand.vim
src/version.c
src/vim.h