]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1730: passing multiple patterns to runtime not working v9.0.1730
authorzeertzjq <zeertzjq@outlook.com>
Thu, 17 Aug 2023 21:08:53 +0000 (23:08 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 17 Aug 2023 21:08:53 +0000 (23:08 +0200)
commit008c91537b55835aa91cd8fbe1a139256581da31
treee9826ea3e0ab6bddc2d6dbdd8c2caa1b4c71de87
parentbfe377b8f2d080e5f85c8cbecf3533456e1d6312
patch 9.0.1730: passing multiple patterns to runtime not working

Problem: passing multiple patterns to runtime not working
Solution: prepend prefix to each argument separately

closes: #12617

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
src/help.c
src/proto/scriptfile.pro
src/scriptfile.c
src/testdir/test_packadd.vim
src/version.c