]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(openPlugin): Open should open file names with spaces in Windows
authorMaxim Kim <habamax@gmail.com>
Wed, 11 Jun 2025 19:10:59 +0000 (21:10 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 11 Jun 2025 19:12:27 +0000 (21:12 +0200)
commit5923216f79fb3bdd23c0dffcc6643d580ab36792
tree9f4e7b72a56f7d9f05b8ac786ba5f7e3f8ebaf3f
parent053aee01f7374fc8c985300399b1ad3b3626e40f
runtime(openPlugin): Open should open file names with spaces in Windows

Use <f-args> instead of <q-args> in commands:

- :Open
- :Launch
- :URLOpen

fixes #17468
closes: #17517

Signed-off-by: Maxim Kim <habamax@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/plugin/openPlugin.vim