Problem: tests: style issue in test_plugin_netrw (after v9.2.0761)
Solution: Clean-up newly created directory, use consistent concat
operator
Signed-off-by: Christian Brabandt <cb@256bit.org>
let dir = getcwd() . '/Xbslash'
let fname = dir . '/\'
- call mkdir(dir, 'p')
+ call mkdir(dir, 'pR')
call writefile(['backslash file content'], fname)
call assert_true(filereadable(fname))
" list the directory and move onto the '\' entry
- exe 'Explore ' .. dir
+ exe 'Explore ' . dir
call assert_true(search('^\\$', 'w') > 0)
" open it
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 763,
/**/
762,
/**/