Skip to content

Commit 33ca070

Browse files
committed
Add space between projects to fix fold levels
1 parent dc16048 commit 33ca070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/OmniSharp/testrunner.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ function! s:Paint() abort
219219
endfor
220220
call add(lines, '__')
221221
endfor
222+
call add(lines, '')
222223
endfor
223-
call add(lines, '')
224224
endfor
225225

226226
if bufnr() == s:runner.bufnr | let winview = winsaveview() | endif

0 commit comments

Comments
 (0)