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.
1 parent abf7001 commit 09485c1Copy full SHA for 09485c1
1 file changed
autoload/nnn.vim
@@ -366,6 +366,7 @@ function! nnn#pick(...) abort
366
let l:sess_cfg = ' '
367
endif
368
369
+ let g:nnn#command = 'NNN_SEL='.shellescape(s:temp_file).' '.g:nnn#command
370
let l:cmd = g:nnn#command.l:sess_cfg.' -p '.shellescape(s:temp_file).' '.(l:directory != '' ? shellescape(l:directory): '')
371
let l:layout = exists('l:opts.layout') ? l:opts.layout : g:nnn#layout
372
0 commit comments