Skip to content

Commit 752318b

Browse files
committed
Remove empty line at the end
1 parent 9ff8db0 commit 752318b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/executor.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ func! s:open_result(result, buffer_name)
5353
\ })
5454
call s:set_buffer_defaults()
5555
call append(0, split(a:result, "\n"))
56+
silent exec 'normal! Gdd'
5657
endfunc
5758

5859
func! s:buffer_name(command)

0 commit comments

Comments
 (0)