Skip to content

Commit e83610f

Browse files
authored
Merge pull request #10 from KnightCS/fix_badkey
fix: use a:path not l:path to fix 'BADKEY' show
2 parents a687b35 + abf4666 commit e83610f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/navigator/state.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ function! navigator#state#select_silent(keymap, path) abort
295295

296296
" open and init window opts first
297297
call navigator#state#open_window()
298-
let key_array = navigator#state#select_window(a:keymap, path)
298+
let key_array = navigator#state#select_window(a:keymap, a:path)
299299
call navigator#state#close_window()
300300

301301
return key_array

0 commit comments

Comments
 (0)