You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you updated to the latest plugin version: yes
Have you upgraded to/compiled the latest Rust binary: yes
Describe the bug
Using :Clap filer, if you type in a few characters to narrow the results and select any entry, the first match is opened always instead of the selected entry.
Clap debug
has cargo: 1
has maple: /home/anirudh/.config/nvim/plugged/vim-clap/target/release/maple
maple info: version 0.1.9, built for x86_64-unknown-linux-gnu by rustc 1.39.0 (4560ea788 2019-11-04).
has +python3: 0
has py dynamic module: 0
Current FileType: javascriptreact
Third Party Providers: []
Global Options:
let g:clap#autoload_dir = '/home/anirudh/.config/nvim/plugged/vim-clap/autoload'
let g:clap#provider_alias = {'gfiles': 'git_files', 'hist:': 'command_history', 'hist/': 'search_history'}
let g:clap_disable_bottom_top = 0
let g:clap_enable_icon = 1
let g:clap_forerunner_status_sign = {'done': '•', 'running': '!'}
let g:clap_insert_mode_only = v:false
let g:clap_no_matches_msg = 'NO MATCHES FOUND'
let g:clap_open_action = {'ctrl-v': 'vsplit', 'ctrl-x': 'split', 'ctrl-t': 'tab split'}
let g:clap_search_box_border_style = 'curve'
let g:clap_search_box_border_symbols = {'nil': ['', ''], 'curve': ['', ''], 'arrow': ['', '']}
Provider Variables:
let g:clap_provider_dotfiles = {'source': ['~/.dotfiles/vim/.vim/.vimrc', '~/.dotfiles/vim/.vim/plugged/plug_vim.vim', '~/.dotfile
s/nvim/.config/nvim/plugged/plugins.vim', '~/.dotfiles/nvim/.config/nvim/init.vim', '~/.dotfiles/vifm/.config/vifm/vifmrc', '~/.zshrc'
, '~/.profile', '~/.sh_funcs'], 'sink': 'e'}
let g:clap_provider_grep_opts = '-H --no-heading --vimgrep --smart-case --hidden -g "!.git/"'
let g:clap_providers_relaunch_code = '@@'
To Reproduce
Steps to reproduce the behavior:
Open NeoVim in any directory with more than one file
Open :Clap filer and enter few characters to narrow the results
Select any file except the first and press Enter
The first matched file is opened in a new buffer
Expected behavior
The selected file is opened in new buffer
The text was updated successfully, but these errors were encountered:
Environment :
Describe the bug
Using
:Clap filer
, if you type in a few characters to narrow the results and select any entry, the first match is opened always instead of the selected entry.Clap debug
To Reproduce
Steps to reproduce the behavior:
:Clap filer
and enter few characters to narrow the resultsExpected behavior
The selected file is opened in new buffer
The text was updated successfully, but these errors were encountered: