vim-do
vim-do copied to clipboard
'g:do_new_buffer_command_prefix' doesn't work
This has apparently changed, but is not updated in the documentation:
let g:do_new_process_window_command = 'botright new'
let g:do_new_process_window_command = 'tabnew'
Both works for me.