We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Environment:
On the result window of Clap grep, if there is a match with a space in the path there is an error saying "%file% is unreadable".
Clap debug
has cargo: 0 has maple: v:null has +python3: 0 has py dynamic module: v:false Current FileType: startify Third Party Providers: [] Global Options: let g:clap#autoload_dir = 'C:\Users\{user}\.cache\vimfiles\repos\github.com\liuchengxu\vim-clap\autoload' let g:clap#popup#display = {'shrink': function('332'), 'open': function('<SNR>284_create_display'), 'width': 140, 'shrink_if_undersize': function('331')} let g:clap#popup#input = {'winid': 1006} let g:clap#popup#preview = {'line_count': function('<SNR>283__line_count'), 'show': function('333'), 'hide': function('334'), 'bufnr': 5, 'add_highlight': function('335'), 'get_lines': function('<SNR>283__get_lines'), 'getbufvar': function('<SNR>283__getbufvar'), 'setbufvar_batch': function('<SNR>283__setbufvar_batch'), 'setbufvar': function('<SNR>283__setbufvar'), 'winid': 1004, 'goto_win': function('<SNR>283__goto_win'), 'set_syntax': function('336')} 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_indicator_winid = 1005 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 = 'nil' let g:clap_search_box_border_symbols = {'nil': ['', ''], 'curve': ['', ''], 'arrow': ['', '']} let g:clap_spinner_winid = 1007 Provider Variables: []
To Reproduce Steps to reproduce the behavior:
min.vim
set nocompatible set runtimepath^=/path/to/vim-clap syntax on filetype plugin indent on
Execute: mkdir 'New Directory' && echo Clap test >> 'New Directory/Clap test'
mkdir 'New Directory' && echo Clap test >> 'New Directory/Clap test'
Start (neo)vim with command: vim -u min.vim
vim -u min.vim
Type ':Clap grep'
Type 'clap test'
Press
5 See error test in unreadable
test in unreadable
Expected behavior A preview of the file and being capable of opening it.
The text was updated successfully, but these errors were encountered:
81f2dfb
No branches or pull requests
Environment:
On the result window of Clap grep, if there is a match with a space in the path there is an error saying "%file% is unreadable".
Clap debug
To Reproduce
Steps to reproduce the behavior:
min.vim
:Execute:
mkdir 'New Directory' && echo Clap test >> 'New Directory/Clap test'
Start (neo)vim with command:
vim -u min.vim
Type ':Clap grep'
Type 'clap test'
Press
5 See error
test in unreadable
Expected behavior
A preview of the file and being capable of opening it.
The text was updated successfully, but these errors were encountered: