Skip to content

Commit e88d6e3

Browse files
committed
remove unnecessary else
1 parent b33075e commit e88d6e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/debugger.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ function! Debugging(direction)
1616
if file =~ array[0]
1717
execute "normal!" a:direction array[1]
1818
let uncalled = 0
19-
else
2019
endif
2120
endfor
2221

0 commit comments

Comments
 (0)