Skip to content

Commit 76e8a40

Browse files
committed
Remove unnecessary space before a breakpoint
1 parent 5aebb83 commit 76e8a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/debugger.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function! AddDebugger(direction)
1616
let debugger_array = FindDebuggerArray()
1717

1818
if debugger_array != []
19-
execute "normal!" a:direction debugger_array[1]
19+
execute "normal!" a:direction.debugger_array[1]
2020
else
2121
echo NoDebuggerFoundError()
2222
endif

0 commit comments

Comments
 (0)