]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1972: win32: missing '**' expansion test v9.0.1972
authorKen Takata <kentkt@csc.jp>
Mon, 2 Oct 2023 19:31:31 +0000 (21:31 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 2 Oct 2023 19:33:42 +0000 (21:33 +0200)
commit4a1ad5556423dca5f5b7ee39f143579e67569ae1
tree9e14943cadae25665cbfed04659c2dfd2c57514d
parentf59cbefd0aa1cda7d3fd5fbd02678e82ee155ad1
patch 9.0.1972: win32: missing '**' expansion test

Problem:  win32: missing '**' expansion test (after v9.0.1947)
Solution: Add test for MS-Windows

win32: Add "**" test

Vim supports "**" on MS-Windows. However, it is not tested by
`Test_glob_extended_bash`.

Unlike Unix, it doesn't use 'shell' and doesn't support {,} expansion.
So, I added as a separate test.

related: #13205
closes: #13250

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Ken Takata <kentkt@csc.jp>
runtime/doc/editing.txt
src/testdir/test_functions.vim
src/version.c