We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff8db0 commit 752318bCopy full SHA for 752318b
1 file changed
autoload/executor.vim
@@ -53,6 +53,7 @@ func! s:open_result(result, buffer_name)
53
\ })
54
call s:set_buffer_defaults()
55
call append(0, split(a:result, "\n"))
56
+ silent exec 'normal! Gdd'
57
endfunc
58
59
func! s:buffer_name(command)
0 commit comments