Problem: tests: test_matchfuzzy() leaves swapfiles behind
Solution: Close loaded buffers using "%bw"
Signed-off-by: Christian Brabandt <cb@256bit.org>
let l = getbufinfo()->map({_, v -> fnamemodify(v.name, ':t')})->matchfuzzy('ndl')
call assert_equal(1, len(l))
call assert_match('needle', l[0])
+ %bw!
" Test for fuzzy matching dicts
let l = [{'id' : 5, 'val' : 'crayon'}, {'id' : 6, 'val' : 'camera'}]
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1939,
/**/
1938,
/**/