Problem: tests: Test_fuzzy_completion_bufname_fullpath() creates an
unnecessary directory with the name of a file.
Solution: Only create the parent directory of the file (zeertzjq).
closes: #20695
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
func Test_fuzzy_completion_bufname_fullpath()
CheckUnix
set wildoptions&
- call mkdir('Xcmd/Xstate/Xfile.js', 'pR')
+ call mkdir('Xcmd/Xstate', 'pR')
edit Xcmd/Xstate/Xfile.js
cd Xcmd/Xstate
enew
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 781,
/**/
780,
/**/