mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +08:00
Ignore case
This commit is contained in:
parent
84cea8aa98
commit
135a83f08a
@ -49,7 +49,7 @@ function! s:complete_pr(base) abort
|
||||
\ 'menu' : pr.title,
|
||||
\ 'kind' : (has_key(pr, 'pull_request') ? s:pr_kind : s:issue_kind),
|
||||
\ }
|
||||
if pr.number . pr.title =~ a:base
|
||||
if pr.number . pr.title =~? a:base
|
||||
call add(rst, item)
|
||||
endif
|
||||
endfor
|
||||
|
Loading…
Reference in New Issue
Block a user