Skip to content

Commit

Permalink
fixed: vim ignore_case
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Nov 5, 2020
1 parent d93f027 commit b5b472a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/quickui/context.vim
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ function! s:vim_create_context(textlist, opts)
let hwnd.winid = winid
let hwnd.index = get(a:opts, 'index', -1)
let hwnd.opts = deepcopy(a:opts)
let ignore_case = get(a:opts, 'ignore_case', 1)
let opts = {'minwidth':w, 'maxwidth':w, 'minheight':h, 'maxheight':h}
if has_key(a:opts, 'line') && has_key(a:opts, 'col')
let opts.line = a:opts.line
Expand Down

0 comments on commit b5b472a

Please sign in to comment.