We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d735b5b + b8965b0 commit c87c49aCopy full SHA for c87c49a
autoload/inline_edit/proxy.vim
@@ -172,7 +172,7 @@ function! s:CreateProxyBuffer(proxy, lines)
172
$delete _
173
set nomodified
174
elseif g:inline_edit_proxy_type == 'tempfile'
175
- exe 'silent noswapfile split ' . tempname()
+ exe 'silent noswapfile ' . g:inline_edit_new_buffer_command . ' ' . tempname()
176
call append(0, lines)
177
178
write
0 commit comments